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