4 references to AdjustedTypesInUnion
Microsoft.CodeAnalysis.CSharp (4)
Utilities\ValueSetFactory.UnionTypeTypeUnionValueSetFactory.cs (4)
32
return TypeUnionValueSet.AllValues(
AdjustedTypesInUnion
(), conversions);
37
return TypeUnionValueSet.FromTypeMatch(
AdjustedTypesInUnion
(), type, conversions, ref useSiteInfo);
42
return TypeUnionValueSet.FromNullMatch(
AdjustedTypesInUnion
(), conversions);
47
return TypeUnionValueSet.FromNonNullMatch(
AdjustedTypesInUnion
(), conversions);