2 references to FromNonNullMatch
Microsoft.CodeAnalysis.CSharp (2)
Utilities\ValueSetFactory.ClosedClassTypeUnionValueSetFactory.cs (1)
88
return TypeUnionValueSet.
FromNonNullMatch
(ClosedSubtypes(), conversions);
Utilities\ValueSetFactory.UnionTypeTypeUnionValueSetFactory.cs (1)
54
return TypeUnionValueSet.
FromNonNullMatch
(AdjustedTypesInUnion(), conversions);