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