Base:
property
Extensions
System.Web.Services.Description.DocumentableItem.Extensions
4 references to Extensions
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
1129if (bindingOperation.Output != null) foreach (object extension in bindingOperation.Output.Extensions)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
141SoapConverter.ConvertExtensions(operationBinding.Output.Extensions, version, SoapConverter.ConvertSoapMessageBinding);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
790global::System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection a = (global::System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection)o.@Extensions; 6154global::System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection a_4 = (global::System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection)o.@Extensions;