4 references to ClosedSubtypes
Microsoft.CodeAnalysis.CSharp (4)
Utilities\ValueSetFactory.ClosedClassTypeUnionValueSetFactory.cs (4)
74return TypeUnionValueSet.AllValues(ClosedSubtypes(), conversions); 79return TypeUnionValueSet.FromTypeMatch(ClosedSubtypes(), type, conversions, ref useSiteInfo); 84return TypeUnionValueSet.FromNullMatch(ClosedSubtypes(), conversions); 89return TypeUnionValueSet.FromNonNullMatch(ClosedSubtypes(), conversions);