Share via


SymbolFinder.FindSourceDeclarationsWithPatternAsync Method

Definition

Overloads

FindSourceDeclarationsWithPatternAsync(Project, String, CancellationToken)

Find the symbols for declarations made in source with the specified pattern. This pattern is matched using heuristics that may change from release to release. So, the set of symbols matched by a given pattern may change between releases. For example, new symbols may be matched by a pattern and/or symbols previously matched by a pattern no longer are. However, the set of symbols matched by a specific release will be consistent for a specific pattern.

FindSourceDeclarationsWithPatternAsync(Solution, String, CancellationToken)

Find the symbols for declarations made in source with the specified pattern. This pattern is matched using heuristics that may change from release to release. So, the set of symbols matched by a given pattern may change between releases. For example, new symbols may be matched by a pattern and/or symbols previously matched by a pattern no longer are. However, the set of symbols matched by a specific release will be consistent for a specific pattern.

FindSourceDeclarationsWithPatternAsync(Project, String, SymbolFilter, CancellationToken)

Find the symbols for declarations made in source with the specified pattern. This pattern is matched using heuristics that may change from release to release. So, the set of symbols matched by a given pattern may change between releases. For example, new symbols may be matched by a pattern and/or symbols previously matched by a pattern no longer are. However, the set of symbols matched by a specific release will be consistent for a specific pattern.

FindSourceDeclarationsWithPatternAsync(Solution, String, SymbolFilter, CancellationToken)

Find the symbols for declarations made in source with the specified pattern. This pattern is matched using heuristics that may change from release to release. So, the set of symbols matched by a given pattern may change between releases. For example, new symbols may be matched by a pattern and/or symbols previously matched by a pattern no longer are. However, the set of symbols matched by a specific release will be consistent for a specific pattern.

FindSourceDeclarationsWithPatternAsync(Project, String, 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 pattern. This pattern is matched using heuristics that may change from release to release. So, the set of symbols matched by a given pattern may change between releases. For example, new symbols may be matched by a pattern and/or symbols previously matched by a pattern no longer are. However, the set of symbols matched by a specific release will be consistent for a specific pattern.

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

Parameters

project
Project
pattern
String
cancellationToken
CancellationToken

Returns

Applies to

FindSourceDeclarationsWithPatternAsync(Solution, String, 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 pattern. This pattern is matched using heuristics that may change from release to release. So, the set of symbols matched by a given pattern may change between releases. For example, new symbols may be matched by a pattern and/or symbols previously matched by a pattern no longer are. However, the set of symbols matched by a specific release will be consistent for a specific pattern.

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

Parameters

solution
Solution
pattern
String
cancellationToken
CancellationToken

Returns

Applies to

FindSourceDeclarationsWithPatternAsync(Project, String, 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 pattern. This pattern is matched using heuristics that may change from release to release. So, the set of symbols matched by a given pattern may change between releases. For example, new symbols may be matched by a pattern and/or symbols previously matched by a pattern no longer are. However, the set of symbols matched by a specific release will be consistent for a specific pattern.

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

Parameters

project
Project
pattern
String
filter
SymbolFilter
cancellationToken
CancellationToken

Returns

Applies to

FindSourceDeclarationsWithPatternAsync(Solution, String, 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 pattern. This pattern is matched using heuristics that may change from release to release. So, the set of symbols matched by a given pattern may change between releases. For example, new symbols may be matched by a pattern and/or symbols previously matched by a pattern no longer are. However, the set of symbols matched by a specific release will be consistent for a specific pattern.

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

Parameters

solution
Solution
pattern
String
filter
SymbolFilter
cancellationToken
CancellationToken

Returns

Applies to