3 references to GetCustomAttributes
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (3)
515object[] attrs = GetCustomAttributes(attrProvider, attrType); 530object[] attrs = GetCustomAttributes(attrProvider, attrType); 567object[] attrs = GetCustomAttributes(attrProvider, otherType);