4 references to GetCustomAttributes
System.ServiceModel (4)
System\ServiceModel\Description\ServiceDescription.cs (1)
217
foreach (IServiceBehavior behaviorAttribute in ServiceReflector.
GetCustomAttributes
(currentServiceType, typeof(IServiceBehavior)))
System\ServiceModel\Description\ServiceReflector.cs (3)
500
object[] attrs =
GetCustomAttributes
(attrProvider, attrType);
516
object[] attrs =
GetCustomAttributes
(attrProvider, attrType);
584
object[] attrs =
GetCustomAttributes
(attrProvider, otherType);