1 instantiation of IsNullNode
Microsoft.CodeAnalysis.CSharp (1)
Utilities\TypeUnionValueSet.cs (1)
516public static readonly IsNullNode Instance = new IsNullNode();
4 references to IsNullNode
Microsoft.CodeAnalysis.CSharp (4)
Utilities\TypeUnionValueSet.cs (4)
114return new TypeUnionValueSet(typesInUnion, IsNullNode.Instance, conversions); 119return new TypeUnionValueSet(typesInUnion, new NotNode(IsNullNode.Instance), conversions); 227case IsNullNode: 516public static readonly IsNullNode Instance = new IsNullNode();