For example, I want to find all functions in the .net class library requiring a Stream as a parameter, and all functions returning a Stream. Is there any ways to achieve this?
I was looking for the same thing and haven't found a search-by-return-type in Visual Studio.
My code is in a git repo, so I was able to find what I was looking for with a grep similar to:
$ git grep "public IEnumerable<String> "
(or just $ git grep " IEnumerable<String> "
).. the leading and trailing spaces can filter out many results.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With