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