SemanticModel.GetTypeInfoCore(SyntaxNode, CancellationToken) Method

Definition

Gets type information about a syntax node.

protected abstract Microsoft.CodeAnalysis.TypeInfo GetTypeInfoCore (Microsoft.CodeAnalysis.SyntaxNode node, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTypeInfoCore : Microsoft.CodeAnalysis.SyntaxNode * System.Threading.CancellationToken -> Microsoft.CodeAnalysis.TypeInfo
Protected MustOverride Function GetTypeInfoCore (node As SyntaxNode, Optional cancellationToken As CancellationToken = Nothing) As TypeInfo

Parameters

node
SyntaxNode

The syntax node to get semantic information for.

cancellationToken
CancellationToken

A cancellation token that can be used to cancel the process of obtaining the semantic info.

Returns

Applies to