3 references to MatchType
dotnet-svcutil-lib (3)
CodeDomFixup\CodeDomHelpers.cs (3)
127
return
MatchType
(typeRef, new CodeTypeReference(type));
145
(ignoreArrayness ||
MatchType
(typeRef1.ArrayElementType, typeRef2.ArrayElementType)) &&
160
if (!
MatchType
(types1[i], types2[i]))