22 references to ReadStartElement
dotnet-svcutil-lib (22)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\KeyInfoSerializer.cs (1)
162
localReader.
ReadStartElement
(XD.XmlSignatureDictionary.KeyInfo, XD.XmlSignatureDictionary.Namespace);
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\XmlEncApr2001.cs (3)
58
reader.
ReadStartElement
(XD.XmlEncryptionDictionary.EncryptedKey, NamespaceUri);
80
reader.
ReadStartElement
(XD.XmlEncryptionDictionary.CipherData, NamespaceUri);
81
reader.
ReadStartElement
(XD.XmlEncryptionDictionary.CipherValue, NamespaceUri);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (6)
636
reader.
ReadStartElement
(XD.MessageDictionary.Fault, version.DictionaryNamespace);
637
reader.
ReadStartElement
(XD.Message12Dictionary.FaultCode, version.DictionaryNamespace);
647
reader.
ReadStartElement
(XD.Message12Dictionary.FaultReason, version.DictionaryNamespace);
678
reader.
ReadStartElement
(XD.Message12Dictionary.FaultValue, version.DictionaryNamespace);
705
reader.
ReadStartElement
(XD.MessageDictionary.Fault, XD.Message11Dictionary.Namespace);
708
reader.
ReadStartElement
(XD.Message11Dictionary.FaultCode, XD.Message11Dictionary.FaultNamespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (1)
70
reader.
ReadStartElement
(XD.MessageDictionary.Header, envelopeVersion.DictionaryNamespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointIdentity.cs (1)
123
reader.
ReadStartElement
(XD.AddressingDictionary.Identity, XD.AddressingDictionary.IdentityExtensionNamespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (2)
259
reader.
ReadStartElement
(CipherDataElementName, EncryptedType.NamespaceUri);
260
reader.
ReadStartElement
(CipherValueElementName, EncryptedType.NamespaceUri);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (1)
91
reader.
ReadStartElement
(CarriedKeyElementName, EncryptedType.NamespaceUri);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ReferenceList.cs (1)
72
reader.
ReadStartElement
(ElementName, NamespaceUri);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversation.cs (2)
209
reader.
ReadStartElement
(_parent.SerializerDictionary.Nonce, _parent.SerializerDictionary.Namespace);
491
reader.
ReadStartElement
(DriverDictionary.SecurityContextToken, DriverDictionary.Namespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityJan2004.cs (1)
377
reader.
ReadStartElement
(XD.SecurityJan2004Dictionary.UserNameTokenElement, XD.SecurityJan2004Dictionary.Namespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (1)
240
reader.
ReadStartElement
(DriverDictionary.RequestSecurityTokenResponseCollection, DriverDictionary.Namespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\XmlHelper.cs (1)
392
reader.
ReadStartElement
(localName, ns);
FrameworkFork\System.ServiceModel\System\ServiceModel\X509CertificateEndpointIdentity.cs (1)
56
reader.
ReadStartElement
(XD.XmlSignatureDictionary.X509Data, XD.XmlSignatureDictionary.Namespace);