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