10 references to GetCustomAttributes
System.ServiceModel.Primitives (10)
System\ServiceModel\Description\ServiceReflector.cs (1)
485
return
GetCustomAttributes
(attrProvider, attrType, false);
System\ServiceModel\Description\TypeLoader.cs (9)
307
object[] ifaceAttributes = ServiceReflector.
GetCustomAttributes
(interfaceType, typeof(IContractBehavior), false);
321
foreach (IContractBehavior iContractBehavior in ServiceReflector.
GetCustomAttributes
(currentType, typeof(IContractBehavior), false))
330
object[] customAttributes = ServiceReflector.
GetCustomAttributes
(reflectionInfo.iface, typeof(ServiceKnownTypeAttribute), false);
345
customAttributes = ServiceReflector.
GetCustomAttributes
(reflectionInfo.callbackiface, typeof(ServiceKnownTypeAttribute), false);
466
object[] methodAttributes = ServiceReflector.
GetCustomAttributes
(method, typeof(IOperationBehavior), false);
608
foreach (IEndpointBehavior behaviorAttribute in ServiceReflector.
GetCustomAttributes
(implementationType, typeof(IEndpointBehavior), false))
619
foreach (IContractBehavior behaviorAttribute in ServiceReflector.
GetCustomAttributes
(implementationType, typeof(IContractBehavior), false))
987
object[] methodAttributes = ServiceReflector.
GetCustomAttributes
(methodInfo, typeof(FaultContractAttribute), false);
1002
methodAttributes = ServiceReflector.
GetCustomAttributes
(methodInfo, typeof(ServiceKnownTypeAttribute), false);