4 references to AnnotationsContextInherited
Microsoft.CodeAnalysis (2)
Compilation\NullableContext.cs (2)
69ContextInherited = WarningsContextInherited | AnnotationsContextInherited 99IsFlagSet(context, NullableContext.AnnotationsContextInherited);
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpSemanticModel.cs (2)
5511_ when getDefaultState().AnnotationsEnabled() => NullableContext.AnnotationsContextInherited | NullableContext.AnnotationsEnabled, 5512_ => NullableContext.AnnotationsContextInherited,