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