48 references to ReadStartElement
System.ServiceModel.Primitives (48)
System\IdentityModel\Tokens\KeyInfoSerializer.cs (1)
149localReader.ReadStartElement(XD.XmlSignatureDictionary.KeyInfo, XD.XmlSignatureDictionary.Namespace);
System\IdentityModel\Tokens\WSSecurityJan2004.cs (5)
197reader.ReadStartElement(XD.SecurityJan2004Dictionary.SecurityTokenReference, NamespaceUri); 475reader.ReadStartElement(XD.XmlSignatureDictionary.X509Data, XD.XmlSignatureDictionary.Namespace); 476reader.ReadStartElement(XD.XmlSignatureDictionary.X509IssuerSerial, XD.XmlSignatureDictionary.Namespace); 477reader.ReadStartElement(XD.XmlSignatureDictionary.X509IssuerName, XD.XmlSignatureDictionary.Namespace); 480reader.ReadStartElement(XD.XmlSignatureDictionary.X509SerialNumber, XD.XmlSignatureDictionary.Namespace);
System\IdentityModel\Tokens\XmlDsigSep2000.cs (5)
60reader.ReadStartElement(LocalName, NamespaceUri); 132reader.ReadStartElement(XD.XmlSignatureDictionary.X509Data, NamespaceUri); 150reader.ReadStartElement(XD.XmlSignatureDictionary.X509IssuerSerial, XD.XmlSignatureDictionary.Namespace); 151reader.ReadStartElement(XD.XmlSignatureDictionary.X509IssuerName, XD.XmlSignatureDictionary.Namespace); 154reader.ReadStartElement(XD.XmlSignatureDictionary.X509SerialNumber, XD.XmlSignatureDictionary.Namespace);
System\ServiceModel\Channels\CloseSequence.cs (2)
34reader.ReadStartElement(wsrm11Dictionary.CloseSequence, wsrmNs); 35reader.ReadStartElement(XD.WsrmFeb2005Dictionary.Identifier, wsrmNs);
System\ServiceModel\Channels\CloseSequenceResponse.cs (2)
31reader.ReadStartElement(DXD.Wsrm11Dictionary.CloseSequenceResponse, wsrmNs); 32reader.ReadStartElement(XD.WsrmFeb2005Dictionary.Identifier, wsrmNs);
System\ServiceModel\Channels\CreateSequence.cs (2)
50reader.ReadStartElement(wsrmFeb2005Dictionary.CreateSequence, wsrmNs); 63reader.ReadStartElement(wsrmFeb2005Dictionary.Identifier, wsrmNs);
System\ServiceModel\Channels\CreateSequenceResponse.cs (2)
48reader.ReadStartElement(wsrmFeb2005Dictionary.CreateSequenceResponse, wsrmNs); 50reader.ReadStartElement(wsrmFeb2005Dictionary.Identifier, wsrmNs);
System\ServiceModel\Channels\MessageFault.cs (6)
723reader.ReadStartElement(XD.MessageDictionary.Fault, version.DictionaryNamespace); 724reader.ReadStartElement(XD.Message12Dictionary.FaultCode, version.DictionaryNamespace); 734reader.ReadStartElement(XD.Message12Dictionary.FaultReason, version.DictionaryNamespace); 774reader.ReadStartElement(XD.Message12Dictionary.FaultValue, version.DictionaryNamespace); 801reader.ReadStartElement(XD.MessageDictionary.Fault, XD.Message11Dictionary.Namespace); 804reader.ReadStartElement(XD.Message11Dictionary.FaultCode, XD.Message11Dictionary.FaultNamespace);
System\ServiceModel\Channels\MessageHeaders.cs (1)
73reader.ReadStartElement(XD.MessageDictionary.Header, envelopeVersion.DictionaryNamespace);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
2027reader.ReadStartElement(XD.WsrmFeb2005Dictionary.Identifier, WsrmIndex.GetNamespace(reliableMessagingVersion));
System\ServiceModel\Channels\TerminateSequence.cs (2)
41reader.ReadStartElement(wsrmFeb2005Dictionary.TerminateSequence, wsrmNs); 43reader.ReadStartElement(wsrmFeb2005Dictionary.Identifier, wsrmNs);
System\ServiceModel\Channels\TerminateSequenceResponse.cs (2)
35reader.ReadStartElement(DXD.Wsrm11Dictionary.TerminateSequenceResponse, wsrmNs); 37reader.ReadStartElement(XD.WsrmFeb2005Dictionary.Identifier, wsrmNs);
System\ServiceModel\Channels\WsrmFault.cs (3)
556detailReader.ReadStartElement(DXD.Wsrm11Dictionary.MaxMessageNumber, 808headerReader.ReadStartElement(wsrmFeb2005Dictionary.SequenceFault, wsrmNs); 809headerReader.ReadStartElement(wsrmFeb2005Dictionary.FaultCode, wsrmNs);
System\ServiceModel\Channels\WsrmMessageInfo.cs (5)
989reader.ReadStartElement(wsrmFeb2005Dictionary.Identifier, wsrmNs); 993reader.ReadStartElement(wsrmFeb2005Dictionary.MessageNumber, wsrmNs); 1102reader.ReadStartElement(wsrmFeb2005Dictionary.SequenceAcknowledgement, wsrmNs); 1103reader.ReadStartElement(wsrmFeb2005Dictionary.Identifier, wsrmNs); 1371reader.ReadStartElement(wsrmFeb2005Dictionary.Identifier, wsrmNs);
System\ServiceModel\EndpointIdentity.cs (1)
159reader.ReadStartElement(XD.AddressingDictionary.Identity, XD.AddressingDictionary.IdentityExtensionNamespace);
System\ServiceModel\RsaEndpointIdentity.cs (1)
46reader.ReadStartElement(XD.XmlSignatureDictionary.RsaKeyValue, XD.XmlSignatureDictionary.Namespace);
System\ServiceModel\Security\WSSecureConversation.cs (2)
200reader.ReadStartElement(_parent.SerializerDictionary.Nonce, _parent.SerializerDictionary.Namespace); 551reader.ReadStartElement(DriverDictionary.SecurityContextToken, DriverDictionary.Namespace);
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
336reader.ReadStartElement(XD.SecurityJan2004Dictionary.UserNameTokenElement, XD.SecurityJan2004Dictionary.Namespace);
System\ServiceModel\Security\WSTrust.cs (1)
398reader.ReadStartElement(DriverDictionary.RequestSecurityTokenResponseCollection, DriverDictionary.Namespace);
System\ServiceModel\Security\WSUtilitySpecificationVersion.cs (1)
84reader.ReadStartElement(XD.UtilityDictionary.CreatedElement, XD.UtilityDictionary.Namespace);
System\ServiceModel\Security\XmlHelper.cs (1)
393reader.ReadStartElement(localName, ns);
System\ServiceModel\X509CertificateEndpointIdentity.cs (1)
61reader.ReadStartElement(XD.XmlSignatureDictionary.X509Data, XD.XmlSignatureDictionary.Namespace);