4 references to SubstituteType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\MemberSignatureComparer.cs (4)
553
var returnType1 =
SubstituteType
(typeMap1, unsubstitutedReturnType1);
554
var returnType2 =
SubstituteType
(typeMap2, unsubstitutedReturnType2);
724
var type1 =
SubstituteType
(typeMap1, param1.TypeWithAnnotations);
725
var type2 =
SubstituteType
(typeMap2, param2.TypeWithAnnotations);