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