4 references to ClosedSubtypes
Microsoft.CodeAnalysis.CSharp (4)
Utilities\ValueSetFactory.ClosedClassTypeUnionValueSetFactory.cs (4)
70return TypeUnionValueSet.AllValues(ClosedSubtypes(), conversions); 75return TypeUnionValueSet.FromTypeMatch(ClosedSubtypes(), type, conversions, ref useSiteInfo); 80return TypeUnionValueSet.FromNullMatch(ClosedSubtypes(), conversions); 85return TypeUnionValueSet.FromNonNullMatch(ClosedSubtypes(), conversions);