6 references to SubstituteType
Microsoft.CodeAnalysis.CSharp (6)
Symbols\MemberSignatureComparer.cs (5)
586var returnType1 = SubstituteType(typeMap1, unsubstitutedReturnType1); 587var returnType2 = SubstituteType(typeMap2, unsubstitutedReturnType2); 727result.Add(SubstituteType(typeMap, type).Type); 764var type1 = SubstituteType(typeMap1, param1.TypeWithAnnotations); 765var type2 = SubstituteType(typeMap2, param2.TypeWithAnnotations);
Symbols\Source\ExtensionGroupingInfo.cs (1)
418result.Add(MemberSignatureComparer.SubstituteType(typeMap, type));