I have an HtmlHelper CmsEntry that is used like this
<%= Html.CmsEntry("stores.buyourstuff")%>
This helper is used lots of times and I want to generate a list of all views that contain this helper.
The list should contain the Viewname and the key ("stores.buyourstuff").
Is there a tool or some sample code that already does this?