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