2 references to GetCustomAttributes
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (1)
462object[] allCustomAttributes = attrProvider.GetCustomAttributes(inherit);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
286object[] attrs = header.AdditionalAttributesProvider.GetCustomAttributes(false);