4 references to ExplicitlyRestored
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder.cs (1)
261Syntax.NullableContextState.State.ExplicitlyRestored => GetGlobalAnnotationState(),
Compilation\CSharpDiagnosticFilter.cs (1)
165Syntax.NullableContextState.State.ExplicitlyRestored => nullableOption.WarningsEnabled(),
Syntax\NullableContextStateMap.cs (2)
117case NullableContextState.State.ExplicitlyRestored: 158SyntaxKind.RestoreKeyword => NullableContextState.State.ExplicitlyRestored,