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