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)
70
if (CodeDomHelpers.
MatchType
(attr.AttributeType, typeof(ServiceContractAttribute)))
74
else if (CodeDomHelpers.
MatchType
(attr.AttributeType, typeof(OperationContractAttribute)))
78
else if (CodeDomHelpers.
MatchType
(attr.AttributeType, typeof(FaultContractAttribute)))
113
if (CodeDomHelpers.
MatchType
(attr.AttributeType, s_attrsToRemove[i]))
136
if (CodeDomHelpers.
MatchType
(attr.AttributeType, typeof(GeneratedCodeAttribute)))
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));