5 references to AnnotationsInherited
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\NullableContextTests.cs (4)
138Assert.False(context.AnnotationsInherited()); 144Assert.False(warningsInherited.AnnotationsInherited()); 150Assert.True(annotationsInherited.AnnotationsInherited()); 156Assert.True(contextInherited.AnnotationsInherited());
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Simplification\Reducers\CSharpNullableAnnotationReducer.cs (1)
40if (semanticModel.IsSpeculativeSemanticModel && context.AnnotationsInherited())