SymbolFinder.FindSourceDeclarationsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
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
- filter
- SymbolFilter
- cancellationToken
- CancellationToken
Returns
Applies to
FindSourceDeclarationsAsync(Project, Func<String,Boolean>, CancellationToken)
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
- 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
- filter
- SymbolFilter
- cancellationToken
- CancellationToken
Returns
Applies to
FindSourceDeclarationsAsync(Solution, Func<String,Boolean>, CancellationToken)
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
- cancellationToken
- CancellationToken
Returns
Applies to
FindSourceDeclarationsAsync(Project, String, Boolean, CancellationToken)
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