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