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