Is there a (better) way to find all references to a property setter?

前端 未结 2 1844
情书的邮戳
情书的邮戳 2021-01-03 19:23

Visual Studio\'s \"Find All References\" function works nicely for finding references to a property, and as it happens the \"Call Hierarchy\" does this too - it\'s even bet

2条回答
  •  别那么骄傲
    2021-01-03 20:08

    It is possible in Visual Studio 2019 to sort and filter by "Kind" using the "Find All References" function. The feature was requested on Microsoft's developercommunity forum

    The "references" window with the "Kind" column is displayed to the very right, highlighted by a orange box.

提交回复
热议问题