ReSharper 2016.3 Help

Search Properties dialog

ReSharper | Find | Find Usages Advanced
Shift+Alt+F7

This dialog helps refine search options for the Find Usages Advanced command.

ReSharper. 'Search Properties' dialog

It consists of three areas:

  • Search shows the symbol that you search usages for, along with any ancestors that it might implement.
  • Scope lets you choose one of four standard search scopes for any symbol (Solution and libraries, Solution, Project, and Current file).
  • Find contains several check boxes to help you specify additional options for occurrences that will be shown in search results (see table below for sets of available check boxes for any sort of symbols).

Search Properties: Availability of check boxes for different symbols


UsagesUsages of membersDerived typesDelegate targetsTextual occurrencesLate-bound references 1) Extending interfacesImplementationsImplementing methodsInclude overloadingOverriding…
Classes /help/img/dotnet/2016.3/check.svg /help/img/dotnet/2016.3/check.svg /help/img/dotnet/2016.3/check.svg
/help/img/dotnet/2016.3/check.svg





Constants /help/img/dotnet/2016.3/check.svg


/help/img/dotnet/2016.3/check.svg /help/img/dotnet/2016.3/check.svg




Constructors /help/img/dotnet/2016.3/check.svg







/help/img/dotnet/2016.3/check.svg
Delegates /help/img/dotnet/2016.3/check.svg

/help/img/dotnet/2016.3/check.svg /help/img/dotnet/2016.3/check.svg





Enumeration members /help/img/dotnet/2016.3/check.svg


/help/img/dotnet/2016.3/check.svg /help/img/dotnet/2016.3/check.svg




Enumerations /help/img/dotnet/2016.3/check.svg /help/img/dotnet/2016.3/check.svg

/help/img/dotnet/2016.3/check.svg





Events /help/img/dotnet/2016.3/check.svg


/help/img/dotnet/2016.3/check.svg /help/img/dotnet/2016.3/check.svg



/help/img/dotnet/2016.3/check.svg 2)
Fields /help/img/dotnet/2016.3/check.svg


/help/img/dotnet/2016.3/check.svg /help/img/dotnet/2016.3/check.svg




Files /help/img/dotnet/2016.3/check.svg


/help/img/dotnet/2016.3/check.svg /help/img/dotnet/2016.3/check.svg




Indexers /help/img/dotnet/2016.3/check.svg


/help/img/dotnet/2016.3/check.svg /help/img/dotnet/2016.3/check.svg


/help/img/dotnet/2016.3/check.svg 3) /help/img/dotnet/2016.3/check.svg 4)
Interfaces /help/img/dotnet/2016.3/check.svg /help/img/dotnet/2016.3/check.svg

/help/img/dotnet/2016.3/check.svg
/help/img/dotnet/2016.3/check.svg /help/img/dotnet/2016.3/check.svg


Methods (base) /help/img/dotnet/2016.3/check.svg


/help/img/dotnet/2016.3/check.svg /help/img/dotnet/2016.3/check.svg

/help/img/dotnet/2016.3/check.svg /help/img/dotnet/2016.3/check.svg 5)
Methods (overriding, standalone) /help/img/dotnet/2016.3/check.svg


/help/img/dotnet/2016.3/check.svg /help/img/dotnet/2016.3/check.svg


/help/img/dotnet/2016.3/check.svg 6) /help/img/dotnet/2016.3/check.svg 7)
Namespaces /help/img/dotnet/2016.3/check.svg


/help/img/dotnet/2016.3/check.svg





Operators /help/img/dotnet/2016.3/check.svg


/help/img/dotnet/2016.3/check.svg /help/img/dotnet/2016.3/check.svg




Parameters /help/img/dotnet/2016.3/check.svg


/help/img/dotnet/2016.3/check.svg /help/img/dotnet/2016.3/check.svg




Properties /help/img/dotnet/2016.3/check.svg


/help/img/dotnet/2016.3/check.svg /help/img/dotnet/2016.3/check.svg



/help/img/dotnet/2016.3/check.svg 8)
Structs /help/img/dotnet/2016.3/check.svg /help/img/dotnet/2016.3/check.svg

/help/img/dotnet/2016.3/check.svg





Type parameters /help/img/dotnet/2016.3/check.svg


/help/img/dotnet/2016.3/check.svg





Variables /help/img/dotnet/2016.3/check.svg


/help/img/dotnet/2016.3/check.svg /help/img/dotnet/2016.3/check.svg




1) Late-bound references are references to members of objects that are bound to a specific type as late as at runtime. Late-bound references are allowed in VB.NET, ASP.NET, and XAML. Starting from version 4.0, late binding is also available in C# with the dynamic keyword.
For example, obj.DoSomething() in the following VB.NET subroutine is a late-bound reference since it's not known before runtime if an object passed to the subroutine does actually have a methodDoSomething():

Option Strict Off Module LateBind Public Sub DoWork(ByVal obj As Object) obj.DoSomething() End Sub End Module

2) Available for events with virtual modifier. (back)

3) If available. (back)

4) Available for indexers with virtual modifier. (back)

5) If available. (back)

6) If available. (back)

7) If available. (back)

8) If available. (back)

Last modified: 12 October 2017

See Also