4 references to ContextInherited
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\NullableContextTests.cs (3)
73var restoredContext = ((NullableContext)globalContext) | NullableContext.ContextInherited; 106Assert.Equal(NullableContext.Enabled | NullableContext.ContextInherited, model2.GetNullableContext(classDecl2)); 152var contextInherited = context | NullableContext.ContextInherited;
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\SemanticModel.vb (1)
3574Return NullableContext.Disabled Or NullableContext.ContextInherited