Share via


SymbolFinder.FindSourceDeclarationsAsync Method

Definition

Overloads

FindSourceDeclarationsAsync(Solution, String, Boolean, SymbolFilter, CancellationToken)

Find the symbols for declarations made in source with the specified name.

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

Find the symbols for declarations made in source with the specified name.

FindSourceDeclarationsAsync(Solution, String, Boolean, CancellationToken)

Find the symbols for declarations made in source with the specified name.

FindSourceDeclarationsAsync(Solution, Func<String,Boolean>, SymbolFilter, CancellationToken)

Find the symbols for declarations made in source with a matching name.

FindSourceDeclarationsAsync(Project, Func<String,Boolean>, CancellationToken)

Find the symbols for declarations made in source with a matching name.

FindSourceDeclarationsAsync(Project, Func<String,Boolean>, SymbolFilter, CancellationToken)

Find the symbols for declarations made in source with a matching name.

FindSourceDeclarationsAsync(Solution, Func<String,Boolean>, CancellationToken)

Find the symbols for declarations made in source with a matching name.

FindSourceDeclarationsAsync(Project, String, Boolean, CancellationToken)

Find the symbols for declarations made in source with the specified name.

FindSourceDeclarationsAsync(Solution, 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 symbols for declarations made in source with the specified name.

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

Parameters

solution
Solution
name
String
ignoreCase
Boolean
filter
SymbolFilter
cancellationToken
CancellationToken

Returns

Applies to

FindSourceDeclarationsAsync(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 symbols for declarations made in source with the specified name.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.ISymbol>> FindSourceDeclarationsAsync (Microsoft.CodeAnalysis.Project project, string name, bool ignoreCase, Microsoft.CodeAnalysis.SymbolFilter filter, System.Threading.CancellationToken cancellationToken = default);
static member FindSourceDeclarationsAsync : Microsoft.CodeAnalysis.Project * string * bool * Microsoft.CodeAnalysis.SymbolFilter * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.CodeAnalysis.ISymbol>>
Public Shared Function FindSourceDeclarationsAsync (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

FindSourceDeclarationsAsync(Solution, String, Boolean, CancellationToken)

Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs

Find the symbols for declarations made in source with the specified name.

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

Parameters

solution
Solution
name
String
ignoreCase
Boolean
cancellationToken
CancellationToken

Returns

Applies to

FindSourceDeclarationsAsync(Solution, Func<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 symbols for declarations made in source with a matching name.

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

Parameters

solution
Solution
predicate
Func<String,Boolean>
filter
SymbolFilter
cancellationToken
CancellationToken

Returns

Applies to

FindSourceDeclarationsAsync(Project, Func<String,Boolean>, CancellationToken)

Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs

Find the symbols for declarations made in source with a matching name.

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

Parameters

project
Project
predicate
Func<String,Boolean>
cancellationToken
CancellationToken

Returns

Applies to

FindSourceDeclarationsAsync(Project, Func<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 symbols for declarations made in source with a matching name.

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

Parameters

project
Project
predicate
Func<String,Boolean>
filter
SymbolFilter
cancellationToken
CancellationToken

Returns

Applies to

FindSourceDeclarationsAsync(Solution, Func<String,Boolean>, CancellationToken)

Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs
Source:
SymbolFinder_Declarations_CustomQueries.cs

Find the symbols for declarations made in source with a matching name.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.ISymbol>> FindSourceDeclarationsAsync (Microsoft.CodeAnalysis.Solution solution, Func<string,bool> predicate, System.Threading.CancellationToken cancellationToken = default);
static member FindSourceDeclarationsAsync : Microsoft.CodeAnalysis.Solution * Func<string, bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.CodeAnalysis.ISymbol>>
Public Shared Function FindSourceDeclarationsAsync (solution As Solution, predicate As Func(Of String, Boolean), Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of ISymbol))

Parameters

solution
Solution
predicate
Func<String,Boolean>
cancellationToken
CancellationToken

Returns

Applies to

FindSourceDeclarationsAsync(Project, String, Boolean, CancellationToken)

Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs
Source:
SymbolFinder_Declarations_SourceDeclarations.cs

Find the symbols for declarations made in source with the specified name.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.ISymbol>> FindSourceDeclarationsAsync (Microsoft.CodeAnalysis.Project project, string name, bool ignoreCase, System.Threading.CancellationToken cancellationToken = default);
static member FindSourceDeclarationsAsync : Microsoft.CodeAnalysis.Project * string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.CodeAnalysis.ISymbol>>
Public Shared Function FindSourceDeclarationsAsync (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