29 references to ServiceDescription
System.ServiceModel (22)
System\ServiceModel\Description\MessageContractExporter.cs (10)
112
EnsureXsdImport(schema.TargetNamespace, contractContext.WsdlPortType.
ServiceDescription
);
216
this.contractContext.WsdlPortType.
ServiceDescription
.Messages.Add(faultMessage);
452
WsdlNS.ServiceDescription wsdl = contractContext.WsdlPortType.
ServiceDescription
;
494
contractContext.WsdlPortType.
ServiceDescription
.Messages.Add(wsdlMessage);
523
WsdlNS.ServiceDescription wsdl = contractContext.WsdlPortType.
ServiceDescription
;
534
WsdlNS.ServiceDescription wsdl = contractContext.WsdlPortType.
ServiceDescription
;
545
WsdlNS.ServiceDescription wsdl = contractContext.WsdlPortType.
ServiceDescription
;
1069
string portTypeNs = contractContext.WsdlPortType.
ServiceDescription
.TargetNamespace;
1101
string portTypeNs = contractContext.WsdlPortType.
ServiceDescription
.TargetNamespace;
1151
this.contractContext.WsdlPortType.
ServiceDescription
.Messages.Add(faultMessage);
System\ServiceModel\Description\MessageContractImporter.cs (4)
283
WsdlNS.ServiceDescriptionCollection wsdlDocuments = wsdlOperationMessage.Operation.PortType.
ServiceDescription
.ServiceDescriptions;
309
WsdlNS.ServiceDescriptionCollection documents = wsdlOperation.PortType.
ServiceDescription
.ServiceDescriptions;
473
WsdlNS.ServiceDescriptionCollection wsdlDocuments = wsdlOperationMessage.Operation.PortType.
ServiceDescription
.ServiceDescriptions;
615
WsdlNS.ServiceDescriptionCollection wsdlDocuments = fault.Operation.PortType.
ServiceDescription
.ServiceDescriptions;
System\ServiceModel\Description\WsdlContractConversionContext.cs (2)
150
WsdlNS.ServiceDescriptionCollection wsdlDocuments = WsdlPortType.
ServiceDescription
.ServiceDescriptions;
155
if (wsdlBinding.Type.Name == WsdlPortType.Name && wsdlBinding.Type.Namespace == WsdlPortType.
ServiceDescription
.TargetNamespace)
System\ServiceModel\Description\WsdlExporter.cs (1)
325
wsdlPortTypeQName = new XmlQualifiedName(wsdlPortType.Name, wsdlPortType.
ServiceDescription
.TargetNamespace);
System\ServiceModel\Description\WsdlImporter.cs (5)
303
XmlQualifiedName wsdlPortTypeQName = new XmlQualifiedName(wsdlPortType.Name, wsdlPortType.
ServiceDescription
.TargetNamespace);
1064
string ns = wsdlOperationMessage.Operation.PortType.
ServiceDescription
.TargetNamespace ?? string.Empty;
1518
&& wsdlBinding.Type.Namespace == wsdlPortType.
ServiceDescription
.TargetNamespace)
1801
wsdlNs = ((WsdlNS.PortType)item).
ServiceDescription
.TargetNamespace ?? String.Empty;
1836
wsdlNs = wsdlPortType.
ServiceDescription
.TargetNamespace ?? String.Empty;
System.Web.Extensions (4)
Compilation\WCFModel\WsdlInspector.cs (4)
309
portType1.
ServiceDescription
.RetrievalUrl,
310
portType2.
ServiceDescription
.RetrievalUrl,
330
x.PortType.
ServiceDescription
.RetrievalUrl,
331
y.PortType.
ServiceDescription
.RetrievalUrl)
System.Web.Services (3)
System\Web\Services\Description\ProtocolImporter.cs (2)
514
AddWarningComment(codeClass == null ? codeNamespace.Comments : codeClass.Comments, Res.GetString(Res.TheOperation0FromNamespace1WasIgnored2, operation.Name, operation.PortType.
ServiceDescription
.TargetNamespace, text));
544
operation.PortType.
ServiceDescription
.TargetNamespace,
System\Web\Services\Description\Soap12ProtocolReflector.cs (1)
72
PortType.
ServiceDescription
.PortTypes.Remove(PortType);