6 overrides of IsStartElement
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlSerializableReader.cs (1)
113
public override bool
IsStartElement
(string localname, string ns) { return InnerReader.IsStartElement(localname, ns); }
System\Xml\XmlBaseReader.cs (1)
1027
public override bool
IsStartElement
(string localName, string namespaceUri)
System\Xml\XmlDictionaryReader.cs (1)
1415
public override bool
IsStartElement
(string localName, string namespaceUri)
System.Private.Xml (1)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
679
public override bool
IsStartElement
(string localname, string ns)
System.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomReader.cs (2)
662
public override bool
IsStartElement
(string localName, string ns)
1580
public override bool
IsStartElement
(string localName, string ns)
96 references to IsStartElement
PresentationCore (1)
MS\Internal\FontFace\CompositeFontParser.cs (1)
288
return _reader.
IsStartElement
(localName, namespaceURI);
System.Private.DataContractSerialization (18)
System\Runtime\Serialization\Json\ByteArrayHelperWithString.cs (1)
32
while (actual < count && reader.
IsStartElement
(JsonGlobals.itemString, string.Empty))
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (1)
245
while (actual < count && reader.
IsStartElement
(JsonGlobals.itemString, string.Empty))
System\Runtime\Serialization\XmlReaderDelegator.cs (2)
124
return !isEndOfEmptyElement && reader.
IsStartElement
(localname, ns);
130
return !isEndOfEmptyElement && reader.
IsStartElement
(localname.Value, ns.Value);
System\Runtime\Serialization\XmlSerializableReader.cs (1)
113
public override bool IsStartElement(string localname, string ns) { return InnerReader.
IsStartElement
(localname, ns); }
System\Xml\XmlDictionaryReader.cs (13)
210
if (!
IsStartElement
(localName, namespaceUri))
286
return
IsStartElement
(XmlDictionaryString.GetString(localName), XmlDictionaryString.GetString(namespaceUri));
1044
while (actual < count &&
IsStartElement
(localName, namespaceUri))
1072
while (actual < count &&
IsStartElement
(localName, namespaceUri))
1103
while (actual < count &&
IsStartElement
(localName, namespaceUri))
1131
while (actual < count &&
IsStartElement
(localName, namespaceUri))
1159
while (actual < count &&
IsStartElement
(localName, namespaceUri))
1187
while (actual < count &&
IsStartElement
(localName, namespaceUri))
1215
while (actual < count &&
IsStartElement
(localName, namespaceUri))
1243
while (actual < count &&
IsStartElement
(localName, namespaceUri))
1271
while (actual < count &&
IsStartElement
(localName, namespaceUri))
1299
while (actual < count &&
IsStartElement
(localName, namespaceUri))
1417
return _reader.
IsStartElement
(localName, namespaceUri);
System.Private.Xml (4)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
682
return _coreReader.
IsStartElement
(localname, ns);
System\Xml\Serialization\Compilation.cs (1)
557
return xmlReader.
IsStartElement
(method.name!, method.ns!);
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (1)
122
if (Reader.
IsStartElement
(element.Name, elementNs))
System\Xml\Serialization\XmlSerializer.cs (1)
519
return xmlReader.
IsStartElement
(typeDesc.DataType!.Name!, string.Empty);
System.ServiceModel.Primitives (9)
Internals\System\Xml\XmlMtomReader.cs (2)
335
if (_xmlReader.
IsStartElement
(MtomGlobals.XopIncludeLocalName, MtomGlobals.XopIncludeNamespace))
664
return _xmlReader.
IsStartElement
(localName, ns);
System\IdentityModel\Tokens\XmlDsigSep2000.cs (1)
144
else if (ski == null && reader.
IsStartElement
(XmlSignatureStrings.X509Ski, NamespaceUri.ToString()))
System\ServiceModel\Channels\Message.cs (1)
2202
return reader.
IsStartElement
(_name, _ns) &&
System\ServiceModel\Dispatcher\XmlSerializerObjectSerializer.cs (1)
129
return reader.
IsStartElement
(_rootName, _rootNamespace);
System\ServiceModel\EndpointAddress.cs (1)
789
if (reader.
IsStartElement
(System.ServiceModel.Description.MetadataStrings.MetadataExchangeStrings.Metadata,
System\ServiceModel\Security\WSTrust.cs (3)
399
while (reader.
IsStartElement
(DriverDictionary.RequestSecurityTokenResponse.Value, DriverDictionary.Namespace.Value))
730
return reader.
IsStartElement
(DriverDictionary.RequestSecurityTokenResponse.Value, DriverDictionary.Namespace.Value);
740
return reader.
IsStartElement
(DriverDictionary.RequestSecurityTokenResponseCollection.Value, DriverDictionary.Namespace.Value);
System.ServiceModel.Syndication (63)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (29)
81
return reader.
IsStartElement
(Atom10Constants.FeedTag, Atom10Constants.Atom10Namespace);
239
if (reader.
IsStartElement
(Atom10Constants.AuthorTag, Atom10Constants.Atom10Namespace))
243
else if (reader.
IsStartElement
(Atom10Constants.CategoryTag, Atom10Constants.Atom10Namespace))
247
else if (reader.
IsStartElement
(Atom10Constants.ContributorTag, Atom10Constants.Atom10Namespace))
251
else if (reader.
IsStartElement
(Atom10Constants.GeneratorTag, Atom10Constants.Atom10Namespace))
255
else if (reader.
IsStartElement
(Atom10Constants.IdTag, Atom10Constants.Atom10Namespace))
259
else if (reader.
IsStartElement
(Atom10Constants.LinkTag, Atom10Constants.Atom10Namespace))
263
else if (reader.
IsStartElement
(Atom10Constants.LogoTag, Atom10Constants.Atom10Namespace))
267
else if (reader.
IsStartElement
(Atom10Constants.RightsTag, Atom10Constants.Atom10Namespace))
271
else if (reader.
IsStartElement
(Atom10Constants.SubtitleTag, Atom10Constants.Atom10Namespace))
275
else if (reader.
IsStartElement
(Atom10Constants.TitleTag, Atom10Constants.Atom10Namespace))
279
else if (reader.
IsStartElement
(Atom10Constants.UpdatedTag, Atom10Constants.Atom10Namespace))
303
if (reader.
IsStartElement
(Atom10Constants.AuthorTag, Atom10Constants.Atom10Namespace))
307
else if (reader.
IsStartElement
(Atom10Constants.CategoryTag, Atom10Constants.Atom10Namespace))
311
else if (reader.
IsStartElement
(Atom10Constants.ContentTag, Atom10Constants.Atom10Namespace))
315
else if (reader.
IsStartElement
(Atom10Constants.ContributorTag, Atom10Constants.Atom10Namespace))
319
else if (reader.
IsStartElement
(Atom10Constants.IdTag, Atom10Constants.Atom10Namespace))
323
else if (reader.
IsStartElement
(Atom10Constants.LinkTag, Atom10Constants.Atom10Namespace))
327
else if (reader.
IsStartElement
(Atom10Constants.PublishedTag, Atom10Constants.Atom10Namespace))
342
else if (reader.
IsStartElement
(Atom10Constants.RightsTag, Atom10Constants.Atom10Namespace))
346
else if (reader.
IsStartElement
(Atom10Constants.SourceFeedTag, Atom10Constants.Atom10Namespace))
352
else if (reader.
IsStartElement
(Atom10Constants.SummaryTag, Atom10Constants.Atom10Namespace))
356
else if (reader.
IsStartElement
(Atom10Constants.TitleTag, Atom10Constants.Atom10Namespace))
360
else if (reader.
IsStartElement
(Atom10Constants.UpdatedTag, Atom10Constants.Atom10Namespace))
522
while (reader.
IsStartElement
(Atom10Constants.EntryTag, Atom10Constants.Atom10Namespace))
761
else if (reader.
IsStartElement
(Atom10Constants.EntryTag, Atom10Constants.Atom10Namespace) && !isSourceFeed)
1052
if (reader.
IsStartElement
(Atom10Constants.NameTag, Atom10Constants.Atom10Namespace))
1056
else if (reader.
IsStartElement
(Atom10Constants.UriTag, Atom10Constants.Atom10Namespace))
1060
else if (reader.
IsStartElement
(Atom10Constants.EmailTag, Atom10Constants.Atom10Namespace))
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
73
return reader.
IsStartElement
(Atom10Constants.EntryTag, Atom10Constants.Atom10Namespace);
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (1)
70
return reader.
IsStartElement
(App10Constants.Categories, App10Constants.Namespace);
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (8)
56
return reader.
IsStartElement
(App10Constants.Service, App10Constants.Namespace);
220
if (reader.
IsStartElement
(Atom10Constants.CategoryTag, Atom10Constants.Atom10Namespace))
394
if (reader.
IsStartElement
(Atom10Constants.TitleTag, Atom10Constants.Atom10Namespace))
398
else if (reader.
IsStartElement
(App10Constants.Categories, App10Constants.Namespace))
407
else if (reader.
IsStartElement
(App10Constants.Accept, App10Constants.Namespace))
473
if (reader.
IsStartElement
(App10Constants.Workspace, App10Constants.Namespace))
542
if (reader.
IsStartElement
(Atom10Constants.TitleTag, Atom10Constants.Atom10Namespace))
546
else if (reader.
IsStartElement
(App10Constants.Collection, App10Constants.Namespace))
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (23)
81
return reader.
IsStartElement
(Rss20Constants.RssTag, Rss20Constants.Rss20Namespace);
174
while (reader.
IsStartElement
(Rss20Constants.ItemTag, Rss20Constants.Rss20Namespace))
352
if (reader.
IsStartElement
(Rss20Constants.TitleTag, Rss20Constants.Rss20Namespace))
356
else if (reader.
IsStartElement
(Rss20Constants.LinkTag, Rss20Constants.Rss20Namespace))
361
else if (reader.
IsStartElement
(Rss20Constants.DescriptionTag, Rss20Constants.Rss20Namespace))
365
else if (reader.
IsStartElement
(Rss20Constants.AuthorTag, Rss20Constants.Rss20Namespace))
369
else if (reader.
IsStartElement
(Rss20Constants.CategoryTag, Rss20Constants.Rss20Namespace))
373
else if (reader.
IsStartElement
(Rss20Constants.EnclosureTag, Rss20Constants.Rss20Namespace))
377
else if (reader.
IsStartElement
(Rss20Constants.GuidTag, Rss20Constants.Rss20Namespace))
394
else if (reader.
IsStartElement
(Rss20Constants.PubDateTag, Rss20Constants.Rss20Namespace))
415
else if (reader.
IsStartElement
(Rss20Constants.SourceTag, Rss20Constants.Rss20Namespace))
671
if (reader.
IsStartElement
(Rss20Constants.TitleTag, Rss20Constants.Rss20Namespace))
675
else if (reader.
IsStartElement
(Rss20Constants.LinkTag, Rss20Constants.Rss20Namespace))
679
else if (reader.
IsStartElement
(Rss20Constants.DescriptionTag, Rss20Constants.Rss20Namespace))
683
else if (reader.
IsStartElement
(Rss20Constants.LanguageTag, Rss20Constants.Rss20Namespace))
687
else if (reader.
IsStartElement
(Rss20Constants.CopyrightTag, Rss20Constants.Rss20Namespace))
691
else if (reader.
IsStartElement
(Rss20Constants.ManagingEditorTag, Rss20Constants.Rss20Namespace))
695
else if (reader.
IsStartElement
(Rss20Constants.LastBuildDateTag, Rss20Constants.Rss20Namespace))
716
else if (reader.
IsStartElement
(Rss20Constants.CategoryTag, Rss20Constants.Rss20Namespace))
720
else if (reader.
IsStartElement
(Rss20Constants.GeneratorTag, Rss20Constants.Rss20Namespace))
724
else if (reader.
IsStartElement
(Rss20Constants.ImageTag, Rss20Constants.Rss20Namespace))
729
if (reader.
IsStartElement
(Rss20Constants.UrlTag, Rss20Constants.Rss20Namespace))
741
else if (reader.
IsStartElement
(Rss20Constants.ItemTag, Rss20Constants.Rss20Namespace))
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (1)
96
return reader.
IsStartElement
(Rss20Constants.ItemTag, Rss20Constants.Rss20Namespace);
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
191
return xmlReader.
IsStartElement
("definitions", Namespace);