9 references to MatchType
dotnet-svcutil-lib (9)
CodeDomFixup\CodeDomHelpers.cs (2)
121
return
MatchType
(typeRef, typeof(T));
204
if (!
MatchType
(args1[i].Type, args2[i]))
CodeDomFixup\CodeDomVisitors\AttributeFixer.cs (5)
63
if (CodeDomHelpers.
MatchType
(attr.AttributeType, typeof(ServiceContractAttribute)))
67
else if (CodeDomHelpers.
MatchType
(attr.AttributeType, typeof(OperationContractAttribute)))
71
else if (CodeDomHelpers.
MatchType
(attr.AttributeType, typeof(FaultContractAttribute)))
75
else if (CodeDomHelpers.
MatchType
(attr.AttributeType, typeof(GeneratedCodeAttribute)))
112
if (CodeDomHelpers.
MatchType
(attr.AttributeType, s_attrsToRemove[i]))
CodeDomFixup\CodeDomVisitors\CreateCallbackImpl.cs (1)
500
if (CodeDomHelpers.
MatchType
(attr.AttributeType, typeof(ServiceContractAttribute)))
CodeDomFixup\CodeDomVisitors\RemoveExtensibleDataObjectImpl.cs (1)
49
return memberType != null && CodeDomHelpers.
MatchType
(memberType, typeof(ExtensionDataObject));