5 references to SubstituteType
Microsoft.CodeAnalysis.CSharp (5)
Symbols\MemberSignatureComparer.cs (5)
599var returnType1 = SubstituteType(typeMap1, unsubstitutedReturnType1); 600var returnType2 = SubstituteType(typeMap2, unsubstitutedReturnType2); 755result.Add(SubstituteType(typeMap, type).Type); 777var type1 = SubstituteType(typeMap1, param1.TypeWithAnnotations); 778var type2 = SubstituteType(typeMap2, param2.TypeWithAnnotations);