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)
96 references to IsStartElement
PresentationCore (1)
MS\Internal\FontFace\CompositeFontParser.cs (1)
288return _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)
557return xmlReader.IsStartElement(method.name!, method.ns!);
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (1)
122if (Reader.IsStartElement(element.Name, elementNs))
System\Xml\Serialization\XmlSerializer.cs (1)
519return 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)
81return reader.IsStartElement(Atom10Constants.FeedTag, Atom10Constants.Atom10Namespace); 239if (reader.IsStartElement(Atom10Constants.AuthorTag, Atom10Constants.Atom10Namespace)) 243else if (reader.IsStartElement(Atom10Constants.CategoryTag, Atom10Constants.Atom10Namespace)) 247else if (reader.IsStartElement(Atom10Constants.ContributorTag, Atom10Constants.Atom10Namespace)) 251else if (reader.IsStartElement(Atom10Constants.GeneratorTag, Atom10Constants.Atom10Namespace)) 255else if (reader.IsStartElement(Atom10Constants.IdTag, Atom10Constants.Atom10Namespace)) 259else if (reader.IsStartElement(Atom10Constants.LinkTag, Atom10Constants.Atom10Namespace)) 263else if (reader.IsStartElement(Atom10Constants.LogoTag, Atom10Constants.Atom10Namespace)) 267else if (reader.IsStartElement(Atom10Constants.RightsTag, Atom10Constants.Atom10Namespace)) 271else if (reader.IsStartElement(Atom10Constants.SubtitleTag, Atom10Constants.Atom10Namespace)) 275else if (reader.IsStartElement(Atom10Constants.TitleTag, Atom10Constants.Atom10Namespace)) 279else if (reader.IsStartElement(Atom10Constants.UpdatedTag, Atom10Constants.Atom10Namespace)) 303if (reader.IsStartElement(Atom10Constants.AuthorTag, Atom10Constants.Atom10Namespace)) 307else if (reader.IsStartElement(Atom10Constants.CategoryTag, Atom10Constants.Atom10Namespace)) 311else if (reader.IsStartElement(Atom10Constants.ContentTag, Atom10Constants.Atom10Namespace)) 315else if (reader.IsStartElement(Atom10Constants.ContributorTag, Atom10Constants.Atom10Namespace)) 319else if (reader.IsStartElement(Atom10Constants.IdTag, Atom10Constants.Atom10Namespace)) 323else if (reader.IsStartElement(Atom10Constants.LinkTag, Atom10Constants.Atom10Namespace)) 327else if (reader.IsStartElement(Atom10Constants.PublishedTag, Atom10Constants.Atom10Namespace)) 342else if (reader.IsStartElement(Atom10Constants.RightsTag, Atom10Constants.Atom10Namespace)) 346else if (reader.IsStartElement(Atom10Constants.SourceFeedTag, Atom10Constants.Atom10Namespace)) 352else if (reader.IsStartElement(Atom10Constants.SummaryTag, Atom10Constants.Atom10Namespace)) 356else if (reader.IsStartElement(Atom10Constants.TitleTag, Atom10Constants.Atom10Namespace)) 360else if (reader.IsStartElement(Atom10Constants.UpdatedTag, Atom10Constants.Atom10Namespace)) 522while (reader.IsStartElement(Atom10Constants.EntryTag, Atom10Constants.Atom10Namespace)) 761else if (reader.IsStartElement(Atom10Constants.EntryTag, Atom10Constants.Atom10Namespace) && !isSourceFeed) 1052if (reader.IsStartElement(Atom10Constants.NameTag, Atom10Constants.Atom10Namespace)) 1056else if (reader.IsStartElement(Atom10Constants.UriTag, Atom10Constants.Atom10Namespace)) 1060else if (reader.IsStartElement(Atom10Constants.EmailTag, Atom10Constants.Atom10Namespace))
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
73return reader.IsStartElement(Atom10Constants.EntryTag, Atom10Constants.Atom10Namespace);
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (1)
70return reader.IsStartElement(App10Constants.Categories, App10Constants.Namespace);
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (8)
56return reader.IsStartElement(App10Constants.Service, App10Constants.Namespace); 220if (reader.IsStartElement(Atom10Constants.CategoryTag, Atom10Constants.Atom10Namespace)) 394if (reader.IsStartElement(Atom10Constants.TitleTag, Atom10Constants.Atom10Namespace)) 398else if (reader.IsStartElement(App10Constants.Categories, App10Constants.Namespace)) 407else if (reader.IsStartElement(App10Constants.Accept, App10Constants.Namespace)) 473if (reader.IsStartElement(App10Constants.Workspace, App10Constants.Namespace)) 542if (reader.IsStartElement(Atom10Constants.TitleTag, Atom10Constants.Atom10Namespace)) 546else if (reader.IsStartElement(App10Constants.Collection, App10Constants.Namespace))
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (23)
81return reader.IsStartElement(Rss20Constants.RssTag, Rss20Constants.Rss20Namespace); 174while (reader.IsStartElement(Rss20Constants.ItemTag, Rss20Constants.Rss20Namespace)) 352if (reader.IsStartElement(Rss20Constants.TitleTag, Rss20Constants.Rss20Namespace)) 356else if (reader.IsStartElement(Rss20Constants.LinkTag, Rss20Constants.Rss20Namespace)) 361else if (reader.IsStartElement(Rss20Constants.DescriptionTag, Rss20Constants.Rss20Namespace)) 365else if (reader.IsStartElement(Rss20Constants.AuthorTag, Rss20Constants.Rss20Namespace)) 369else if (reader.IsStartElement(Rss20Constants.CategoryTag, Rss20Constants.Rss20Namespace)) 373else if (reader.IsStartElement(Rss20Constants.EnclosureTag, Rss20Constants.Rss20Namespace)) 377else if (reader.IsStartElement(Rss20Constants.GuidTag, Rss20Constants.Rss20Namespace)) 394else if (reader.IsStartElement(Rss20Constants.PubDateTag, Rss20Constants.Rss20Namespace)) 415else if (reader.IsStartElement(Rss20Constants.SourceTag, Rss20Constants.Rss20Namespace)) 671if (reader.IsStartElement(Rss20Constants.TitleTag, Rss20Constants.Rss20Namespace)) 675else if (reader.IsStartElement(Rss20Constants.LinkTag, Rss20Constants.Rss20Namespace)) 679else if (reader.IsStartElement(Rss20Constants.DescriptionTag, Rss20Constants.Rss20Namespace)) 683else if (reader.IsStartElement(Rss20Constants.LanguageTag, Rss20Constants.Rss20Namespace)) 687else if (reader.IsStartElement(Rss20Constants.CopyrightTag, Rss20Constants.Rss20Namespace)) 691else if (reader.IsStartElement(Rss20Constants.ManagingEditorTag, Rss20Constants.Rss20Namespace)) 695else if (reader.IsStartElement(Rss20Constants.LastBuildDateTag, Rss20Constants.Rss20Namespace)) 716else if (reader.IsStartElement(Rss20Constants.CategoryTag, Rss20Constants.Rss20Namespace)) 720else if (reader.IsStartElement(Rss20Constants.GeneratorTag, Rss20Constants.Rss20Namespace)) 724else if (reader.IsStartElement(Rss20Constants.ImageTag, Rss20Constants.Rss20Namespace)) 729if (reader.IsStartElement(Rss20Constants.UrlTag, Rss20Constants.Rss20Namespace)) 741else if (reader.IsStartElement(Rss20Constants.ItemTag, Rss20Constants.Rss20Namespace))
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (1)
96return reader.IsStartElement(Rss20Constants.ItemTag, Rss20Constants.Rss20Namespace);
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
191return xmlReader.IsStartElement("definitions", Namespace);