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