开发者

View what methods/functions return a specific object in Visual Studio

开发者 https://www.devze.com 2023-01-07 05:10 出处:网络
I\'m making a C# application in Visual Studio and am wondering if there 开发者_运维知识库is any way to view every method that returns a specific type?

I'm making a C# application in Visual Studio and am wondering if there 开发者_运维知识库is any way to view every method that returns a specific type?

For example, I want to know which methods return an "AsymmetricAlgorithm" object.


Reflector shows this (and is free); just View => Search (or F3) to find the type, then Tools => Analyze (or Ctrl+r), and expand Exposed By in the Analyzer panel.


Buy JetBrains resharper. It has features that do that (its called "find usages") and looooads of others. (no I dont work there).

0

精彩评论

暂无评论...
验证码 换一张
取 消