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