4 references to AdjustedTypesInUnion
Microsoft.CodeAnalysis.CSharp (4)
Utilities\ValueSetFactory.UnionTypeTypeUnionValueSetFactory.cs (4)
39
return TypeUnionValueSet.AllValues(
AdjustedTypesInUnion
(), conversions);
44
return TypeUnionValueSet.FromTypeMatch(
AdjustedTypesInUnion
(), type, conversions, ref useSiteInfo);
49
return TypeUnionValueSet.FromNullMatch(
AdjustedTypesInUnion
(), conversions);
54
return TypeUnionValueSet.FromNonNullMatch(
AdjustedTypesInUnion
(), conversions);