14 references to GetCustomAttributes
System.ServiceModel (14)
System\ServiceModel\ComIntegration\ComPlusTypeValidator.cs (1)
41
object[] attributes = System.ServiceModel.Description.ServiceReflector.
GetCustomAttributes
(attributeProvider, typeof(MarshalAsAttribute), true);
System\ServiceModel\ComIntegration\TypeCacheManager.cs (1)
243
object[] attrs = System.ServiceModel.Description.ServiceReflector.
GetCustomAttributes
(attrProvider, typeof(CoClassAttribute), false);
System\ServiceModel\Description\ServiceReflector.cs (1)
439
return
GetCustomAttributes
(attrProvider, attrType, false);
System\ServiceModel\Description\TypeLoader.cs (10)
319
object[] ifaceAttributes = ServiceReflector.
GetCustomAttributes
(interfaceType, typeof(IContractBehavior), false);
334
foreach (IContractBehavior iContractBehavior in ServiceReflector.
GetCustomAttributes
(currentType, typeof(IContractBehavior), false))
349
object[] customAttributes = ServiceReflector.
GetCustomAttributes
(reflectionInfo.iface, typeof(ServiceKnownTypeAttribute), false);
362
customAttributes = ServiceReflector.
GetCustomAttributes
(reflectionInfo.callbackiface, typeof(ServiceKnownTypeAttribute), false);
476
object[] methodAttributes = ServiceReflector.
GetCustomAttributes
(method, typeof(IOperationBehavior), false);
537
foreach (IEndpointBehavior behaviorAttribute in ServiceReflector.
GetCustomAttributes
(implementationType, typeof(IEndpointBehavior), false))
548
foreach (IContractBehavior behaviorAttribute in ServiceReflector.
GetCustomAttributes
(implementationType, typeof(IContractBehavior), false))
633
object[] attrs = ServiceReflector.
GetCustomAttributes
(methodInfo, typeof(OperationBehaviorAttribute), false);
924
object[] methodAttributes = ServiceReflector.
GetCustomAttributes
(methodInfo, typeof(FaultContractAttribute), false);
939
methodAttributes = ServiceReflector.
GetCustomAttributes
(methodInfo, typeof(ServiceKnownTypeAttribute), false);
System\ServiceModel\Description\WsdlImporter.cs (1)
820
= (WsdlConfigNS.XmlFormatExtensionAttribute[])ServiceReflector.
GetCustomAttributes
(extension.GetType(),