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