6 overrides of IsStartElement
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlSerializableReader.cs (1)
113public override bool IsStartElement(string localname, string ns) { return InnerReader.IsStartElement(localname, ns); }
System\Xml\XmlBaseReader.cs (1)
1027public override bool IsStartElement(string localName, string namespaceUri)
System\Xml\XmlDictionaryReader.cs (1)
1415public override bool IsStartElement(string localName, string namespaceUri)
System.Private.Xml (1)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
679public override bool IsStartElement(string localname, string ns)
System.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomReader.cs (2)
662public override bool IsStartElement(string localName, string ns) 1580public override bool IsStartElement(string localName, string ns)
95 references to IsStartElement
PresentationCore (1)
MS\Internal\FontFace\CompositeFontParser.cs (1)
276return _reader.IsStartElement(localName, namespaceURI);
System.Private.DataContractSerialization (18)
System\Runtime\Serialization\Json\ByteArrayHelperWithString.cs (1)
32while (actual < count && reader.IsStartElement(JsonGlobals.itemString, string.Empty))
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (1)
245while (actual < count && reader.IsStartElement(JsonGlobals.itemString, string.Empty))
System\Runtime\Serialization\XmlReaderDelegator.cs (2)
124return !isEndOfEmptyElement && reader.IsStartElement(localname, ns); 130return !isEndOfEmptyElement && reader.IsStartElement(localname.Value, ns.Value);
System\Runtime\Serialization\XmlSerializableReader.cs (1)
113public override bool IsStartElement(string localname, string ns) { return InnerReader.IsStartElement(localname, ns); }
System\Xml\XmlDictionaryReader.cs (13)
210if (!IsStartElement(localName, namespaceUri)) 286return IsStartElement(XmlDictionaryString.GetString(localName), XmlDictionaryString.GetString(namespaceUri)); 1044while (actual < count && IsStartElement(localName, namespaceUri)) 1072while (actual < count && IsStartElement(localName, namespaceUri)) 1103while (actual < count && IsStartElement(localName, namespaceUri)) 1131while (actual < count && IsStartElement(localName, namespaceUri)) 1159while (actual < count && IsStartElement(localName, namespaceUri)) 1187while (actual < count && IsStartElement(localName, namespaceUri)) 1215while (actual < count && IsStartElement(localName, namespaceUri)) 1243while (actual < count && IsStartElement(localName, namespaceUri)) 1271while (actual < count && IsStartElement(localName, namespaceUri)) 1299while (actual < count && IsStartElement(localName, namespaceUri)) 1417return _reader.IsStartElement(localName, namespaceUri);
System.Private.Xml (4)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
682return _coreReader.IsStartElement(localname, ns);
System\Xml\Serialization\Compilation.cs (1)
559return xmlReader.IsStartElement(method.name!, method.ns!);
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (1)
107if (Reader.IsStartElement(element.Name, elementNs))
System\Xml\Serialization\XmlSerializer.cs (1)
548return xmlReader.IsStartElement(typeDesc.DataType!.Name!, string.Empty);
System.ServiceModel.Primitives (9)
Internals\System\Xml\XmlMtomReader.cs (2)
335if (_xmlReader.IsStartElement(MtomGlobals.XopIncludeLocalName, MtomGlobals.XopIncludeNamespace)) 664return _xmlReader.IsStartElement(localName, ns);
System\IdentityModel\Tokens\XmlDsigSep2000.cs (1)
144else if (ski == null && reader.IsStartElement(XmlSignatureStrings.X509Ski, NamespaceUri.ToString()))
System\ServiceModel\Channels\Message.cs (1)
2202return reader.IsStartElement(_name, _ns) &&
System\ServiceModel\Dispatcher\XmlSerializerObjectSerializer.cs (1)
129return reader.IsStartElement(_rootName, _rootNamespace);
System\ServiceModel\EndpointAddress.cs (1)
789if (reader.IsStartElement(System.ServiceModel.Description.MetadataStrings.MetadataExchangeStrings.Metadata,
System\ServiceModel\Security\WSTrust.cs (3)
399while (reader.IsStartElement(DriverDictionary.RequestSecurityTokenResponse.Value, DriverDictionary.Namespace.Value)) 730return reader.IsStartElement(DriverDictionary.RequestSecurityTokenResponse.Value, DriverDictionary.Namespace.Value); 740return reader.IsStartElement(DriverDictionary.RequestSecurityTokenResponseCollection.Value, DriverDictionary.Namespace.Value);
System.ServiceModel.Syndication (63)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (29)
76return reader.IsStartElement(Atom10Constants.FeedTag, Atom10Constants.Atom10Namespace); 225if (reader.IsStartElement(Atom10Constants.AuthorTag, Atom10Constants.Atom10Namespace)) 229else if (reader.IsStartElement(Atom10Constants.CategoryTag, Atom10Constants.Atom10Namespace)) 233else if (reader.IsStartElement(Atom10Constants.ContributorTag, Atom10Constants.Atom10Namespace)) 237else if (reader.IsStartElement(Atom10Constants.GeneratorTag, Atom10Constants.Atom10Namespace)) 241else if (reader.IsStartElement(Atom10Constants.IdTag, Atom10Constants.Atom10Namespace)) 245else if (reader.IsStartElement(Atom10Constants.LinkTag, Atom10Constants.Atom10Namespace)) 249else if (reader.IsStartElement(Atom10Constants.LogoTag, Atom10Constants.Atom10Namespace)) 253else if (reader.IsStartElement(Atom10Constants.RightsTag, Atom10Constants.Atom10Namespace)) 257else if (reader.IsStartElement(Atom10Constants.SubtitleTag, Atom10Constants.Atom10Namespace)) 261else if (reader.IsStartElement(Atom10Constants.TitleTag, Atom10Constants.Atom10Namespace)) 265else if (reader.IsStartElement(Atom10Constants.UpdatedTag, Atom10Constants.Atom10Namespace)) 289if (reader.IsStartElement(Atom10Constants.AuthorTag, Atom10Constants.Atom10Namespace)) 293else if (reader.IsStartElement(Atom10Constants.CategoryTag, Atom10Constants.Atom10Namespace)) 297else if (reader.IsStartElement(Atom10Constants.ContentTag, Atom10Constants.Atom10Namespace)) 301else if (reader.IsStartElement(Atom10Constants.ContributorTag, Atom10Constants.Atom10Namespace)) 305else if (reader.IsStartElement(Atom10Constants.IdTag, Atom10Constants.Atom10Namespace)) 309else if (reader.IsStartElement(Atom10Constants.LinkTag, Atom10Constants.Atom10Namespace)) 313else if (reader.IsStartElement(Atom10Constants.PublishedTag, Atom10Constants.Atom10Namespace)) 328else if (reader.IsStartElement(Atom10Constants.RightsTag, Atom10Constants.Atom10Namespace)) 332else if (reader.IsStartElement(Atom10Constants.SourceFeedTag, Atom10Constants.Atom10Namespace)) 338else if (reader.IsStartElement(Atom10Constants.SummaryTag, Atom10Constants.Atom10Namespace)) 342else if (reader.IsStartElement(Atom10Constants.TitleTag, Atom10Constants.Atom10Namespace)) 346else if (reader.IsStartElement(Atom10Constants.UpdatedTag, Atom10Constants.Atom10Namespace)) 496while (reader.IsStartElement(Atom10Constants.EntryTag, Atom10Constants.Atom10Namespace)) 731else if (reader.IsStartElement(Atom10Constants.EntryTag, Atom10Constants.Atom10Namespace) && !isSourceFeed) 1022if (reader.IsStartElement(Atom10Constants.NameTag, Atom10Constants.Atom10Namespace)) 1026else if (reader.IsStartElement(Atom10Constants.UriTag, Atom10Constants.Atom10Namespace)) 1030else if (reader.IsStartElement(Atom10Constants.EmailTag, Atom10Constants.Atom10Namespace))
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
68return reader.IsStartElement(Atom10Constants.EntryTag, Atom10Constants.Atom10Namespace);
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (1)
65return reader.IsStartElement(App10Constants.Categories, App10Constants.Namespace);
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (8)
51return reader.IsStartElement(App10Constants.Service, App10Constants.Namespace); 203if (reader.IsStartElement(Atom10Constants.CategoryTag, Atom10Constants.Atom10Namespace)) 377if (reader.IsStartElement(Atom10Constants.TitleTag, Atom10Constants.Atom10Namespace)) 381else if (reader.IsStartElement(App10Constants.Categories, App10Constants.Namespace)) 390else if (reader.IsStartElement(App10Constants.Accept, App10Constants.Namespace)) 456if (reader.IsStartElement(App10Constants.Workspace, App10Constants.Namespace)) 525if (reader.IsStartElement(Atom10Constants.TitleTag, Atom10Constants.Atom10Namespace)) 529else if (reader.IsStartElement(App10Constants.Collection, App10Constants.Namespace))
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (23)
76return reader.IsStartElement(Rss20Constants.RssTag, Rss20Constants.Rss20Namespace); 148while (reader.IsStartElement(Rss20Constants.ItemTag, Rss20Constants.Rss20Namespace)) 322if (reader.IsStartElement(Rss20Constants.TitleTag, Rss20Constants.Rss20Namespace)) 326else if (reader.IsStartElement(Rss20Constants.LinkTag, Rss20Constants.Rss20Namespace)) 331else if (reader.IsStartElement(Rss20Constants.DescriptionTag, Rss20Constants.Rss20Namespace)) 335else if (reader.IsStartElement(Rss20Constants.AuthorTag, Rss20Constants.Rss20Namespace)) 339else if (reader.IsStartElement(Rss20Constants.CategoryTag, Rss20Constants.Rss20Namespace)) 343else if (reader.IsStartElement(Rss20Constants.EnclosureTag, Rss20Constants.Rss20Namespace)) 347else if (reader.IsStartElement(Rss20Constants.GuidTag, Rss20Constants.Rss20Namespace)) 364else if (reader.IsStartElement(Rss20Constants.PubDateTag, Rss20Constants.Rss20Namespace)) 385else if (reader.IsStartElement(Rss20Constants.SourceTag, Rss20Constants.Rss20Namespace)) 641if (reader.IsStartElement(Rss20Constants.TitleTag, Rss20Constants.Rss20Namespace)) 645else if (reader.IsStartElement(Rss20Constants.LinkTag, Rss20Constants.Rss20Namespace)) 649else if (reader.IsStartElement(Rss20Constants.DescriptionTag, Rss20Constants.Rss20Namespace)) 653else if (reader.IsStartElement(Rss20Constants.LanguageTag, Rss20Constants.Rss20Namespace)) 657else if (reader.IsStartElement(Rss20Constants.CopyrightTag, Rss20Constants.Rss20Namespace)) 661else if (reader.IsStartElement(Rss20Constants.ManagingEditorTag, Rss20Constants.Rss20Namespace)) 665else if (reader.IsStartElement(Rss20Constants.LastBuildDateTag, Rss20Constants.Rss20Namespace)) 686else if (reader.IsStartElement(Rss20Constants.CategoryTag, Rss20Constants.Rss20Namespace)) 690else if (reader.IsStartElement(Rss20Constants.GeneratorTag, Rss20Constants.Rss20Namespace)) 694else if (reader.IsStartElement(Rss20Constants.ImageTag, Rss20Constants.Rss20Namespace)) 699if (reader.IsStartElement(Rss20Constants.UrlTag, Rss20Constants.Rss20Namespace)) 711else if (reader.IsStartElement(Rss20Constants.ItemTag, Rss20Constants.Rss20Namespace))
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (1)
91return reader.IsStartElement(Rss20Constants.ItemTag, Rss20Constants.Rss20Namespace);