SemanticModel.GetEnclosingSymbol(Int32, CancellationToken) 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.
Given a position in the SyntaxTree for this SemanticModel returns the innermost Symbol that the position is considered inside of.
public Microsoft.CodeAnalysis.ISymbol GetEnclosingSymbol (int position, System.Threading.CancellationToken cancellationToken = default);
public Microsoft.CodeAnalysis.ISymbol? GetEnclosingSymbol (int position, System.Threading.CancellationToken cancellationToken = default);
member this.GetEnclosingSymbol : int * System.Threading.CancellationToken -> Microsoft.CodeAnalysis.ISymbol
Public Function GetEnclosingSymbol (position As Integer, Optional cancellationToken As CancellationToken = Nothing) As ISymbol
Parameters
- position
- Int32
- cancellationToken
- CancellationToken
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.