14 references to GetSingleAttribute
dotnet-svcutil-lib (14)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (10)
361
if (
GetSingleAttribute
<OperationContractAttribute>(method) != null)
418
if (ServiceReflector.
GetSingleAttribute
<ServiceContractAttribute>(service) != null)
431
if (ServiceReflector.
GetSingleAttribute
<ServiceContractAttribute>(t) != null)
438
if (ServiceReflector.
GetSingleAttribute
<ServiceContractAttribute>(service) != null)
547
T result =
GetSingleAttribute
<T>(attrProvider);
557
T result =
GetSingleAttribute
<T>(attrProvider);
594
contractAttribute =
GetSingleAttribute
<ServiceContractAttribute>(interfaceType);
619
contractAttribute =
GetSingleAttribute
<ServiceContractAttribute>(potentialContractRoot);
632
if (
GetSingleAttribute
<OperationContractAttribute>(mi) != null)
895
OperationContractAttribute operationContractAttribute =
GetSingleAttribute
<OperationContractAttribute>(method);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (4)
109
if (ServiceReflector.
GetSingleAttribute
<ServiceContractAttribute>(service) != null)
133
if (ServiceReflector.
GetSingleAttribute
<ServiceContractAttribute>(aParentType) == null)
1255
MessageParameterAttribute paramAttr = ServiceReflector.
GetSingleAttribute
<MessageParameterAttribute>(attrProvider);
1276
MessageContractAttribute messageContractAttribute = ServiceReflector.
GetSingleAttribute
<MessageContractAttribute>(typedMessageType);