4 references to ClosedSubtypes
Microsoft.CodeAnalysis.CSharp (4)
Utilities\ValueSetFactory.ClosedClassTypeUnionValueSetFactory.cs (4)
73return TypeUnionValueSet.AllValues(ClosedSubtypes(), conversions); 78return TypeUnionValueSet.FromTypeMatch(ClosedSubtypes(), type, conversions, ref useSiteInfo); 83return TypeUnionValueSet.FromNullMatch(ClosedSubtypes(), conversions); 88return TypeUnionValueSet.FromNonNullMatch(ClosedSubtypes(), conversions);