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