如何找到mehtod的所有引用 [英] how to find all references of a mehtod

查看:73
本文介绍了如何找到mehtod的所有引用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在单独的类中有一个ConnectionAvailabilty方法。我只想查找调用此方法的所有网页

I have a method ConnectionAvailabilty in seperate class.I just want to find out all webpages where this method is call

推荐答案

查找方法的所有引用

以下两个过程

Find all reference of a method
Two process are following below
1.Click on your method name THEN press SHIFT + F12
2.Right click on your method > Choose "Find All References"


,右键单击方法名称并选择查找所有引用Ctrl + K,R



如果你想从代码中做到这一点,请查看以下链接



C#反射并找到所有参考文献 [ ^ ]
in visual studio, right click on method name and select Find all references Ctrl+K, R

If you want to do it from code, check below link

C# reflection and finding all references[^]


这篇关于如何找到mehtod的所有引用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆