1 write to Identity
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
288
this.
Identity
= dictionary.CreateString(ServiceModelStringsVersion1.String93, 93);
5 references to Identity
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (2)
708
if (reader.IsStartElement(XD.AddressingDictionary.
Identity
, XD.AddressingDictionary.IdentityExtensionNamespace))
711
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(CreateXmlException(reader, string.Format(SRServiceModel.UnexpectedDuplicateElement, XD.AddressingDictionary.
Identity
.Value, XD.AddressingDictionary.IdentityExtensionNamespace.Value)));
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointIdentity.cs (3)
121
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(string.Format(SRServiceModel.UnexpectedEmptyElementExpectingClaim, XD.AddressingDictionary.
Identity
.Value, XD.AddressingDictionary.IdentityExtensionNamespace.Value)));
123
reader.ReadStartElement(XD.AddressingDictionary.
Identity
, XD.AddressingDictionary.IdentityExtensionNamespace);
173
writer.WriteStartElement(XD.AddressingDictionary.
Identity
, XD.AddressingDictionary.IdentityExtensionNamespace);