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