3 overrides of IsStartElement
System.Private.DataContractSerialization (1)
System\Xml\XmlBaseReader.cs (1)
1036public override bool IsStartElement(XmlDictionaryString localName, XmlDictionaryString namespaceUri)
System.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomReader.cs (2)
667public override bool IsStartElement(XmlDictionaryString localName, XmlDictionaryString ns) 1585public override bool IsStartElement(XmlDictionaryString localName, XmlDictionaryString ns)
104 references to IsStartElement
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
132return !isEndOfEmptyElement && dictionaryReader.IsStartElement(localname, ns);
System\Xml\XmlDictionaryReader.cs (1)
216if (!IsStartElement(localName, namespaceUri))
System.ServiceModel.Primitives (102)
Internals\System\Xml\XmlMtomReader.cs (1)
669return _xmlReader.IsStartElement(localName, ns);
System\IdentityModel\Security\WSTrust.cs (2)
105return (reader.IsStartElement(LocalName, NamespaceUri) || reader.IsStartElement(LocalName, _otherDictionary.Namespace));
System\IdentityModel\Selectors\SecurityTokenSerializer.cs (2)
166return reader.IsStartElement(LocalName, NamespaceUri); 201return reader.IsStartElement(LocalName, NamespaceUri);
System\IdentityModel\Tokens\WSSecurityJan2004.cs (5)
177if (reader.IsStartElement(XD.SecurityJan2004Dictionary.SecurityTokenReference, NamespaceUri)) 270if (reader.IsStartElement(XD.SecurityJan2004Dictionary.KeyIdentifier, XD.SecurityJan2004Dictionary.Namespace)) 402if (reader.IsStartElement(XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.Namespace)) 466return reader.IsStartElement(XD.XmlSignatureDictionary.X509Data, XD.XmlSignatureDictionary.Namespace); 533if (reader.IsStartElement(ElementName, XD.XmlEncryptionDictionary.Namespace))
System\IdentityModel\Tokens\XmlDsigSep2000.cs (2)
135if (ski == null && reader.IsStartElement(XD.XmlSignatureDictionary.X509Certificate, NamespaceUri)) 148else if ((ski == null) && reader.IsStartElement(XD.XmlSignatureDictionary.X509IssuerSerial, XD.XmlSignatureDictionary.Namespace))
System\ServiceModel\Channels\Addressing.cs (7)
95Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.Action, addressingVersion.DictionaryNamespace), ""); 227Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.From, addressingVersion.DictionaryNamespace), ""); 321Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.FaultTo, version.DictionaryNamespace), ""); 466Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.To, version.DictionaryNamespace), ""); 662Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.ReplyTo, version.DictionaryNamespace), ""); 741Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.MessageId, version.DictionaryNamespace), ""); 883Fx.Assert(reader.IsStartElement(addressingDictionary.RelatesTo, version.DictionaryNamespace), "");
System\ServiceModel\Channels\CloseSequence.cs (1)
39if (reader.IsStartElement(wsrm11Dictionary.LastMsgNumber, wsrmNs))
System\ServiceModel\Channels\CreateSequence.cs (4)
54if (reader.IsStartElement(wsrmFeb2005Dictionary.Expires, wsrmNs)) 59if (reader.IsStartElement(wsrmFeb2005Dictionary.Offer, wsrmNs)) 83if (reader.IsStartElement(wsrmFeb2005Dictionary.Expires, wsrmNs)) 90if (reader.IsStartElement(wsrm11Dictionary.IncompleteSequenceBehavior, wsrmNs))
System\ServiceModel\Channels\CreateSequenceResponse.cs (3)
54if (reader.IsStartElement(wsrmFeb2005Dictionary.Expires, wsrmNs)) 61if (reader.IsStartElement(DXD.Wsrm11Dictionary.IncompleteSequenceBehavior, wsrmNs)) 77if (reader.IsStartElement(wsrmFeb2005Dictionary.Accept, wsrmNs))
System\ServiceModel\Channels\Message.cs (5)
385return reader.IsStartElement(XD.MessageDictionary.Fault, version.DictionaryNamespace); 1253return reader.IsStartElement(XD.MessageDictionary.Header, envelopeVersion.DictionaryNamespace); 1286if (reader.IsStartElement(XD.MessageDictionary.Envelope, XD.Message12Dictionary.Namespace)) 1290else if (reader.IsStartElement(XD.MessageDictionary.Envelope, XD.Message11Dictionary.Namespace)) 1310if (!reader.IsStartElement(XD.MessageDictionary.Body, version.DictionaryNamespace))
System\ServiceModel\Channels\MessageFault.cs (7)
735while (reader.IsStartElement(XD.Message12Dictionary.FaultText, version.DictionaryNamespace)) 745if (reader.IsStartElement(XD.Message12Dictionary.FaultNode, version.DictionaryNamespace)) 750if (reader.IsStartElement(XD.Message12Dictionary.FaultRole, version.DictionaryNamespace)) 756if (reader.IsStartElement(XD.Message12Dictionary.FaultDetail, version.DictionaryNamespace)) 777if (reader.IsStartElement(XD.Message12Dictionary.FaultSubcode, version.DictionaryNamespace)) 815if (reader.IsStartElement(XD.Message11Dictionary.FaultActor, XD.Message11Dictionary.FaultNamespace)) 821if (reader.IsStartElement(XD.Message11Dictionary.FaultDetail, XD.Message11Dictionary.FaultNamespace))
System\ServiceModel\Channels\MessageHeaders.cs (1)
1326Fx.Assert(reader.IsStartElement(XD.MessageDictionary.Header, envelopeVersion.DictionaryNamespace), "");
System\ServiceModel\Channels\TerminateSequence.cs (1)
49if (reader.IsStartElement(DXD.Wsrm11Dictionary.LastMsgNumber, wsrmNs))
System\ServiceModel\Channels\WsrmMessageInfo.cs (11)
1001if (reader.IsStartElement(wsrmFeb2005Dictionary.LastMessage, wsrmNs)) 1109while (reader.IsStartElement(wsrmFeb2005Dictionary.AcknowledgementRange, wsrmNs)) 1140if (reader.IsStartElement(wsrm11Dictionary.None, wsrmNs)) 1153if (reader.IsStartElement(wsrm11Dictionary.Final, wsrmNs)) 1168while (reader.IsStartElement(wsrmFeb2005Dictionary.Nack, wsrmNs)) 1207if (reader.IsStartElement(wsrmFeb2005Dictionary.BufferRemaining, 1231if (reader.IsStartElement(wsrmFeb2005Dictionary.AcknowledgementRange, wsrmNs)) 1237else if (reader.IsStartElement(wsrmFeb2005Dictionary.Nack, wsrmNs)) 1247if (reader.IsStartElement(wsrm11Dictionary.None, wsrmNs) 1248|| reader.IsStartElement(wsrm11Dictionary.Final, wsrmNs)) 1377if (reader.IsStartElement(wsrmFeb2005Dictionary.MessageNumber, wsrmNs))
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
473return reader.IsStartElement(XD.MessageDictionary.Fault, MessageVersion.None.Envelope.DictionaryNamespace);
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
434if (!reader.IsStartElement(messageInfo.WrapperName, messageInfo.WrapperNamespace))
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (3)
577if (!reader.IsStartElement(_requestWrapperName, _requestWrapperNamespace)) 602if (!reader.IsStartElement(_responseWrapperName, _responseWrapperNamespace)) 696return reader.IsStartElement(part.DictionaryName, part.DictionaryNamespace);
System\ServiceModel\EndpointAddress.cs (9)
628if (reader.IsStartElement(XD.AddressingDictionary.Identity, XD.AddressingDictionary.IdentityExtensionNamespace)) 683if (!reader.IsStartElement(XD.AddressingDictionary.Address, AddressingVersion.WSAddressingAugust2004.DictionaryNamespace)) 691if (reader.IsStartElement(XD.AddressingDictionary.ReferenceProperties, AddressingVersion.WSAddressingAugust2004.DictionaryNamespace)) 698if (reader.IsStartElement(XD.AddressingDictionary.ReferenceParameters, AddressingVersion.WSAddressingAugust2004.DictionaryNamespace)) 724if (reader.IsStartElement(XD.AddressingDictionary.PortType, AddressingVersion.WSAddressingAugust2004.DictionaryNamespace)) 741if (reader.IsStartElement(XD.AddressingDictionary.ServiceName, AddressingVersion.WSAddressingAugust2004.DictionaryNamespace)) 854if (!reader.IsStartElement(XD.AddressingDictionary.Address, XD.Addressing10Dictionary.Namespace)) 862if (reader.IsStartElement(XD.AddressingDictionary.ReferenceParameters, XD.Addressing10Dictionary.Namespace)) 872if (reader.IsStartElement(XD.Addressing10Dictionary.Metadata, XD.Addressing10Dictionary.Namespace))
System\ServiceModel\EndpointIdentity.cs (6)
161if (reader.IsStartElement(XD.AddressingDictionary.Spn, XD.AddressingDictionary.IdentityExtensionNamespace)) 165else if (reader.IsStartElement(XD.AddressingDictionary.Upn, XD.AddressingDictionary.IdentityExtensionNamespace)) 169else if (reader.IsStartElement(XD.AddressingDictionary.Dns, XD.AddressingDictionary.IdentityExtensionNamespace)) 173else if (reader.IsStartElement(XD.XmlSignatureDictionary.KeyInfo, XD.XmlSignatureDictionary.Namespace)) 176if (reader.IsStartElement(XD.XmlSignatureDictionary.X509Data, XD.XmlSignatureDictionary.Namespace)) 180else if (reader.IsStartElement(XD.XmlSignatureDictionary.RsaKeyValue, XD.XmlSignatureDictionary.Namespace))
System\ServiceModel\Security\SecurityVerifiedMessage.cs (1)
215if (reader.IsStartElement(XD.MessageDictionary.Header, Version.Envelope.DictionaryNamespace))
System\ServiceModel\Security\SecurityVersion.cs (1)
229return reader.IsStartElement(XD.SecurityXXX2005Dictionary.SignatureConfirmation, XD.SecurityXXX2005Dictionary.Namespace);
System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
114if (reader.IsStartElement(
System\ServiceModel\Security\WSSecureConversation.cs (7)
135if (reader.IsStartElement(XD.SecurityJan2004Dictionary.SecurityTokenReference, XD.SecurityJan2004Dictionary.Namespace)) 148if (reader.IsStartElement(_parent.SerializerDictionary.Generation, _parent.SerializerDictionary.Namespace)) 160if (reader.IsStartElement(_parent.SerializerDictionary.Offset, _parent.SerializerDictionary.Namespace)) 172if (reader.IsStartElement(_parent.SerializerDictionary.Length, _parent.SerializerDictionary.Namespace)) 188if (reader.IsStartElement(_parent.SerializerDictionary.Label, _parent.SerializerDictionary.Namespace)) 427if (reader.IsStartElement(Parent.SerializerDictionary.Cookie, XD.DotNetSecurityDictionary.Namespace)) 568return reader.IsStartElement(DriverDictionary.SecurityContextToken, DriverDictionary.Namespace);
System\ServiceModel\Security\WSSecureConversationDec2005.cs (1)
72return reader.IsStartElement(DXD.SecureConversationDec2005Dictionary.Instance, DXD.SecureConversationDec2005Dictionary.Namespace);
System\ServiceModel\Security\WSSecureConversationFeb2005.cs (1)
57return reader.IsStartElement(DXD.SecureConversationDec2005Dictionary.Instance, XD.SecureConversationFeb2005Dictionary.Namespace);
System\ServiceModel\Security\WSSecurityJan2004.cs (4)
339if (reader.IsStartElement(XD.SecurityJan2004Dictionary.UserNameElement, XD.SecurityJan2004Dictionary.Namespace)) 343else if (reader.IsStartElement(XD.SecurityJan2004Dictionary.PasswordElement, XD.SecurityJan2004Dictionary.Namespace)) 347else if (reader.IsStartElement(XD.SecurityJan2004Dictionary.NonceElement, XD.SecurityJan2004Dictionary.Namespace)) 352else if (reader.IsStartElement(XD.UtilityDictionary.CreatedElement, XD.UtilityDictionary.Namespace))
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (5)
24return reader.IsStartElement(ReferenceList.ElementName, ReferenceList.NamespaceUri); 29return reader.IsStartElement(XD.XmlSignatureDictionary.Signature, XD.XmlSignatureDictionary.Namespace); 39return reader.IsStartElement(System.IdentityModel.XD.XmlEncryptionDictionary.EncryptedKey, System.IdentityModel.XD.XmlEncryptionDictionary.Namespace); 44bool encrypted = reader.IsStartElement(System.IdentityModel.XD.XmlEncryptionDictionary.EncryptedData, System.IdentityModel.XD.XmlEncryptionDictionary.Namespace); 56return reader.IsStartElement(XD.SecurityJan2004Dictionary.SecurityTokenReference, XD.SecurityJan2004Dictionary.Namespace);
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
489return reader.IsStartElement(LocalName, NamespaceUri) &&
System\ServiceModel\Security\WSTrust.cs (4)
89return (reader.IsStartElement(LocalName, NamespaceUri) || reader.IsStartElement(LocalName, _otherDictionary.Namespace)) && 274if (reader.IsStartElement(DriverDictionary.RequestedSecurityToken, DriverDictionary.Namespace)) 304if (reader.IsStartElement(DriverDictionary.RequestSecurityTokenResponse, DriverDictionary.Namespace) == false)
System\ServiceModel\Security\WSUtilitySpecificationVersion.cs (2)
67return reader.IsStartElement(XD.UtilityDictionary.Timestamp, XD.UtilityDictionary.Namespace); 89if (reader.IsStartElement(XD.UtilityDictionary.ExpiresElement, XD.UtilityDictionary.Namespace))
System\ServiceModel\Security\XmlHelper.cs (1)
387if (reader.IsStartElement(localName, ns) && reader.IsEmptyElement)
System\ServiceModel\X509CertificateEndpointIdentity.cs (1)
62while (reader.IsStartElement(XD.XmlSignatureDictionary.X509Certificate, XD.XmlSignatureDictionary.Namespace))