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