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