2 references to FromTypeMatch
Microsoft.CodeAnalysis.CSharp (2)
Utilities\ValueSetFactory.ClosedClassTypeUnionValueSetFactory.cs (1)
79return TypeUnionValueSet.FromTypeMatch(ClosedSubtypes(), type, conversions, ref useSiteInfo);
Utilities\ValueSetFactory.UnionTypeTypeUnionValueSetFactory.cs (1)
36return TypeUnionValueSet.FromTypeMatch(AdjustedTypesInUnion(), type, conversions, ref useSiteInfo);