Base:
property
Extensions
System.Web.Services.Description.DocumentableItem.Extensions
9 references to Extensions
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (3)
128
SoapConverter.ConvertExtensions(endpointContext.WsdlPort.
Extensions
, version, SoapConverter.ConvertSoapAddressBinding);
463
wsdlPort.
Extensions
.Add(soapAddressBinding);
561
foreach (object o in wsdlPort.
Extensions
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
630
wsdlPort.
Extensions
.Add(endpointRef);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (3)
1077
XmlElement addressing10Element = wsdlPort.
Extensions
.Find(AddressingStrings.EndpointReference, Addressing10Strings.Namespace);
1078
XmlElement addressing200408Element = wsdlPort.
Extensions
.Find(AddressingStrings.EndpointReference, Addressing200408Strings.Namespace);
1079
WsdlNS.SoapAddressBinding soapAddressBinding = (WsdlNS.SoapAddressBinding)wsdlPort.
Extensions
.Find(typeof(WsdlNS.SoapAddressBinding));
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
245
global::System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection a = (global::System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection)o.
@Extensions
;
5417
global::System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection a_4 = (global::System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection)o.
@Extensions
;