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