3 references to GetNullableContextState
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder.cs (1)
255Syntax.NullableContextState context = csTree.GetNullableContextState(position);
Compilation\CSharpDiagnosticFilter.cs (1)
160Syntax.NullableContextState.State? warningsState = tree?.GetNullableContextState(position).WarningsState;
Compilation\CSharpSemanticModel.cs (1)
5444NullableContextState contextState = syntaxTree.GetNullableContextState(position);