SymbolFinder.FindDeclarationsAsync Method

Definition

Overloads

FindDeclarationsAsync(Project, String, Boolean, CancellationToken)

Find the declared symbols from either source, referenced projects or metadata assemblies with the specified name.

FindDeclarationsAsync(Project, String, Boolean, SymbolFilter, CancellationToken)

Find the declared symbols from either source, referenced projects or metadata assemblies with the specified name.

FindDeclarationsAsync(Project, String, Boolean, CancellationToken)

Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs

Find the declared symbols from either source, referenced projects or metadata assemblies with the specified name.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.ISymbol>> FindDeclarationsAsync (Microsoft.CodeAnalysis.Project project, string name, bool ignoreCase, System.Threading.CancellationToken cancellationToken = default);
static member FindDeclarationsAsync : Microsoft.CodeAnalysis.Project * string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.CodeAnalysis.ISymbol>>
Public Shared Function FindDeclarationsAsync (project As Project, name As String, ignoreCase As Boolean, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of ISymbol))

Parameters

project
Project
name
String
ignoreCase
Boolean
cancellationToken
CancellationToken

Returns

Applies to

FindDeclarationsAsync(Project, String, Boolean, SymbolFilter, CancellationToken)

Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs
Source:
SymbolFinder.cs

Find the declared symbols from either source, referenced projects or metadata assemblies with the specified name.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.ISymbol>> FindDeclarationsAsync (Microsoft.CodeAnalysis.Project project, string name, bool ignoreCase, Microsoft.CodeAnalysis.SymbolFilter filter, System.Threading.CancellationToken cancellationToken = default);
static member FindDeclarationsAsync : Microsoft.CodeAnalysis.Project * string * bool * Microsoft.CodeAnalysis.SymbolFilter * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.CodeAnalysis.ISymbol>>
Public Shared Function FindDeclarationsAsync (project As Project, name As String, ignoreCase As Boolean, filter As SymbolFilter, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of ISymbol))

Parameters

project
Project
name
String
ignoreCase
Boolean
filter
SymbolFilter
cancellationToken
CancellationToken

Returns

Applies to