SemanticModel.GetNullableContext(Int32) Method

Definition

Gets the NullableContext at a position in the file.

public abstract Microsoft.CodeAnalysis.NullableContext GetNullableContext (int position);
abstract member GetNullableContext : int -> Microsoft.CodeAnalysis.NullableContext
Public MustOverride Function GetNullableContext (position As Integer) As NullableContext

Parameters

position
Int32

The position to get the context for.

Returns

Applies to