2 references to Instance
Microsoft.CodeAnalysis.CSharp (2)
Utilities\TypeUnionValueSet.cs (2)
113return new TypeUnionValueSet(typesInUnion, IsNullNode.Instance, conversions); 118return new TypeUnionValueSet(typesInUnion, new NotNode(IsNullNode.Instance), conversions);