4 references to WarningsContextInherited
Microsoft.CodeAnalysis (2)
Compilation\NullableContext.cs (2)
69ContextInherited = WarningsContextInherited | AnnotationsContextInherited 93IsFlagSet(context, NullableContext.WarningsContextInherited);
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpSemanticModel.cs (2)
5518_ when getDefaultState().WarningsEnabled() => NullableContext.WarningsContextInherited | NullableContext.WarningsEnabled, 5519_ => NullableContext.WarningsContextInherited,