1 write to ExpectedWarningsState
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\NullableContextTests.cs (1)
444
ExpectedWarningsState
= expectedWarningsState;
6 references to ExpectedWarningsState
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\NullableContextTests.cs (6)
552
var expectedWarningsStateForMethod = CombineState(methodDirectives.
ExpectedWarningsState
, classDirectives.
ExpectedWarningsState
);
580
verifyContextState(tree, syntaxNodes.OfType<ClassDeclarationSyntax>().Single(), classDirectives.
ExpectedWarningsState
, classDirectives.ExpectedAnnotationsState);
2196
if (speculativeDirectives.
ExpectedWarningsState
== NullableContextState.State.ExplicitlyRestored) return;
2211
var expectedWarningsState = CombineState(speculativeDirectives.
ExpectedWarningsState
, sourceDirectives.
ExpectedWarningsState
);