Find usages of ToString for a particular type
Hello,
Is it possible to find the usages of a common base type method like "ToString" for a given type? I would like to all usages of Guid.ToString() in a given project but when i go to the Guid source ToString() method and ALT+F7 (Find usages) it returns all usages of ToString() regardless of the type.
Thanks
Please sign in to leave a comment.
Hello, Domc
Unfortunately, advanced search that would allow you to specify overridden method is not supported in Rider yet. We have a feature request to implement ReSharper's "Find Usages Advanced" feature in Rider and we would appreciate it if you could upvote this issue to demonstrate your interest.