3 references to CombineState
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\NullableContextTests.cs (3)
552
var expectedWarningsStateForMethod =
CombineState
(methodDirectives.ExpectedWarningsState, classDirectives.ExpectedWarningsState);
553
var expectedAnnotationsStateForMethod =
CombineState
(methodDirectives.ExpectedAnnotationsState, classDirectives.ExpectedAnnotationsState);
2211
var expectedWarningsState =
CombineState
(speculativeDirectives.ExpectedWarningsState, sourceDirectives.ExpectedWarningsState);