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