6 references to SubstituteType
Microsoft.CodeAnalysis.CSharp (6)
Symbols\MemberSignatureComparer.cs (5)
574var returnType1 = SubstituteType(typeMap1, unsubstitutedReturnType1); 575var returnType2 = SubstituteType(typeMap2, unsubstitutedReturnType2); 715result.Add(SubstituteType(typeMap, type).Type); 752var type1 = SubstituteType(typeMap1, param1.TypeWithAnnotations); 753var type2 = SubstituteType(typeMap2, param2.TypeWithAnnotations);
Symbols\Source\ExtensionGroupingInfo.cs (1)
416result.Add(MemberSignatureComparer.SubstituteType(typeMap, type));