4 references to AdjustedTypesInUnion
Microsoft.CodeAnalysis.CSharp (4)
Utilities\ValueSetFactory.UnionTypeTypeUnionValueSetFactory.cs (4)
31
return TypeUnionValueSet.AllValues(
AdjustedTypesInUnion
(), conversions);
36
return TypeUnionValueSet.FromTypeMatch(
AdjustedTypesInUnion
(), type, conversions, ref useSiteInfo);
41
return TypeUnionValueSet.FromNullMatch(
AdjustedTypesInUnion
(), conversions);
46
return TypeUnionValueSet.FromNonNullMatch(
AdjustedTypesInUnion
(), conversions);