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