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