1 write to AnnotationsState
Microsoft.CodeAnalysis.CSharp (1)
Syntax\NullableContextStateMap.cs (1)
28AnnotationsState = annotationsState;
4 references to AnnotationsState
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder.cs (2)
257return context.AnnotationsState switch 266_ => throw ExceptionUtilities.UnexpectedValue(context.AnnotationsState)
Compilation\CSharpSemanticModel.cs (1)
5439return contextState.AnnotationsState switch
Syntax\NullableContextStateMap.cs (1)
165SyntaxKind.WarningsKeyword => new NullableContextState(position, warningsState: setting, annotationsState: previousContext.AnnotationsState),