5 writes to Type
System.ServiceModel (2)
System\ServiceModel\Description\WsdlExporter.cs (1)
326
wsdlBinding.
Type
= wsdlPortTypeQName;
System\ServiceModel\Description\WsdlHelper.cs (1)
242
binding.
Type
= new XmlQualifiedName(binding.Type.Name, targetNamespace);
System.Web.Services (3)
System\Web\Services\Description\ProtocolReflector.cs (1)
386
binding.
Type
= new XmlQualifiedName(portType.Name, bindingNamespace);
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
4542
o.
@Type
= ToXmlQualifiedName(Reader.Value);
System\Web\Services\Description\Soap12ProtocolReflector.cs (1)
71
Binding.
Type
= soap11PortType;
37 references to Type
System.ServiceModel (15)
System\ServiceModel\Description\MessageContractImporter.cs (1)
1112
if (operation != null && !new XmlQualifiedName(operation.PortType.Name, targetNamespace).Equals(binding.
Type
))
System\ServiceModel\Description\ServiceMetadataExtension.cs (2)
1249
if (!binding.
Type
.IsEmpty)
1251
return binding.
Type
.Name;
System\ServiceModel\Description\WsdlContractConversionContext.cs (2)
155
if (wsdlBinding.
Type
.Name == WsdlPortType.Name && wsdlBinding.
Type
.Namespace == WsdlPortType.ServiceDescription.TargetNamespace)
System\ServiceModel\Description\WsdlExporter.cs (1)
339
wsdlPortTypeQName = wsdlBinding.
Type
;
System\ServiceModel\Description\WsdlHelper.cs (2)
240
if (binding.
Type
.Namespace != targetNamespace)
242
binding.Type = new XmlQualifiedName(binding.
Type
.Name, targetNamespace);
System\ServiceModel\Description\WsdlImporter.cs (7)
378
ContractDescription contractDescription = GetOrImportContractDescription(wsdlBinding.
Type
, out wasExistingContract);
380
importedPortTypes.TryGetValue(wsdlBinding.
Type
, out contractContext);
874
WsdlNS.PortType wsdlPortType = wsdlDocuments.GetPortType(wsdlOperationBinding.Binding.
Type
);
1517
if (wsdlBinding.
Type
.Name == wsdlPortType.Name
1518
&& wsdlBinding.
Type
.Namespace == wsdlPortType.ServiceDescription.TargetNamespace)
1528
if (wsdlBinding.
Type
.Name == qName.Name
1529
&& wsdlBinding.
Type
.Namespace == qName.Namespace)
System.Web.Services (22)
System\Web\Services\Description\ProtocolImporter.cs (4)
267
PortType portType = ServiceDescriptions.GetPortType(binding.
Type
);
284
PortType portType = ServiceDescriptions.GetPortType(binding.
Type
);
309
PortType portType = ServiceDescriptions.GetPortType(binding.
Type
);
320
PortType portType = ServiceDescriptions.GetPortType(binding.
Type
);
System\Web\Services\Description\ServiceDescriptionImporter.cs (1)
344
if (operation != null && !new XmlQualifiedName(operation.PortType.Name, targetNamespace).Equals(binding.
Type
))
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
318
WriteAttribute(@"type", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.
@Type
)));
System\Web\Services\Description\Soap12ProtocolReflector.cs (2)
47
if (soap11PortType != Binding.
Type
)
58
if (soap11PortType != null && soap11PortType != Binding.
Type
) {
System\Web\Services\Description\SoapProtocolReflector.cs (1)
64
soapMethod.portType = Binding != null ? Binding.
Type
: null;
System\Web\Services\Description\WebServicesInteroperability.cs (13)
107
PortType portType = descriptions.GetPortType(binding.
Type
);
112
violations.Add("R2303", Res.GetString(Res.OperationFlowNotification, op.Name, binding.
Type
.Namespace, binding.
Type
.Namespace));
114
violations.Add("R2303", Res.GetString(Res.OperationFlowSolicitResponse, op.Name, binding.
Type
.Namespace, binding.
Type
.Namespace));
118
violations.Add("R2304", Res.GetString(Res.Operation, op.Name, binding.
Type
.Name, binding.
Type
.Namespace));
132
violations.Add("R2718", Res.GetString(Res.OperationMissingBinding, op.Name, binding.
Type
.Name, binding.
Type
.Namespace));
150
violations.Add("R2718", Res.GetString(Res.PortTypeOperationMissing, bindingOperation.Name, binding.Name, description.TargetNamespace, binding.
Type
.Name, binding.
Type
.Namespace));
232
violations.Add("R2718", Res.GetString(Res.PortTypeOperationMissing, bindingOperation.Name, binding.Name, description.TargetNamespace, binding.
Type
.Name, binding.
Type
.Namespace));