SemanticModel.GetEnclosingSymbolCore(Int32, CancellationToken) Method

Definition

Given a position in the SyntaxTree for this SemanticModel returns the innermost Symbol that the position is considered inside of.

protected abstract Microsoft.CodeAnalysis.ISymbol GetEnclosingSymbolCore (int position, System.Threading.CancellationToken cancellationToken = default);
protected abstract Microsoft.CodeAnalysis.ISymbol? GetEnclosingSymbolCore (int position, System.Threading.CancellationToken cancellationToken = default);

Parameters

position
Int32
cancellationToken
CancellationToken

Returns

Applies to