1 instantiation of IsNullNode
Microsoft.CodeAnalysis.CSharp (1)
Utilities\TypeUnionValueSet.cs (1)
474public static readonly IsNullNode Instance = new IsNullNode();
4 references to IsNullNode
Microsoft.CodeAnalysis.CSharp (4)
Utilities\TypeUnionValueSet.cs (4)
113return new TypeUnionValueSet(typesInUnion, IsNullNode.Instance, conversions); 118return new TypeUnionValueSet(typesInUnion, new NotNode(IsNullNode.Instance), conversions); 205case IsNullNode: 474public static readonly IsNullNode Instance = new IsNullNode();