2 references to SubstituteAllTypeParameters
Microsoft.CodeAnalysis.CSharp (2)
Symbols\TypeUnification.cs (2)
30
var substituted1 =
SubstituteAllTypeParameters
(substitution, TypeWithAnnotations.Create(t1));
31
var substituted2 =
SubstituteAllTypeParameters
(substitution, TypeWithAnnotations.Create(t2));