3 references to SubstituteAllTypeParameters
Microsoft.CodeAnalysis.CSharp (3)
Symbols\TypeUnification.cs (3)
36return (NamedTypeSymbol)SubstituteAllTypeParameters(substitution, TypeWithAnnotations.Create(candidateSubtype)).Type; 51var substituted1 = SubstituteAllTypeParameters(substitution, TypeWithAnnotations.Create(t1)); 52var substituted2 = SubstituteAllTypeParameters(substitution, TypeWithAnnotations.Create(t2));