1 instantiation of IsNullNode
Microsoft.CodeAnalysis.CSharp (1)
Utilities\TypeUnionValueSet.cs (1)
431public static readonly IsNullNode Instance = new IsNullNode();
4 references to IsNullNode
Microsoft.CodeAnalysis.CSharp (4)
Utilities\TypeUnionValueSet.cs (4)
100return new TypeUnionValueSet(typesInUnion, IsNullNode.Instance, conversions); 105return new TypeUnionValueSet(typesInUnion, new NotNode(IsNullNode.Instance), conversions); 192case IsNullNode: 431public static readonly IsNullNode Instance = new IsNullNode();