2 references to FromNullMatch
Microsoft.CodeAnalysis.CSharp (2)
Utilities\ValueSetFactory.ClosedClassTypeUnionValueSetFactory.cs (1)
83return TypeUnionValueSet.FromNullMatch(ClosedSubtypes(), conversions);
Utilities\ValueSetFactory.UnionTypeTypeUnionValueSetFactory.cs (1)
49return TypeUnionValueSet.FromNullMatch(AdjustedTypesInUnion(), conversions);