1 write to ExpectedAnnotationsState
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\NullableContextTests.cs (1)
445
ExpectedAnnotationsState
= expectedAnnotationsState;
3 references to ExpectedAnnotationsState
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\NullableContextTests.cs (3)
553
var expectedAnnotationsStateForMethod = CombineState(methodDirectives.
ExpectedAnnotationsState
, classDirectives.
ExpectedAnnotationsState
);
580
verifyContextState(tree, syntaxNodes.OfType<ClassDeclarationSyntax>().Single(), classDirectives.ExpectedWarningsState, classDirectives.
ExpectedAnnotationsState
);