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