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