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