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)
95 references to IsStartElement
PresentationCore (1)
MS\Internal\FontFace\CompositeFontParser.cs (1)
276
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)
559
return xmlReader.
IsStartElement
(method.name!, method.ns!);
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (1)
107
if (Reader.
IsStartElement
(element.Name, elementNs))
System\Xml\Serialization\XmlSerializer.cs (1)
548
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)
76
return reader.
IsStartElement
(Atom10Constants.FeedTag, Atom10Constants.Atom10Namespace);
225
if (reader.
IsStartElement
(Atom10Constants.AuthorTag, Atom10Constants.Atom10Namespace))
229
else if (reader.
IsStartElement
(Atom10Constants.CategoryTag, Atom10Constants.Atom10Namespace))
233
else if (reader.
IsStartElement
(Atom10Constants.ContributorTag, Atom10Constants.Atom10Namespace))
237
else if (reader.
IsStartElement
(Atom10Constants.GeneratorTag, Atom10Constants.Atom10Namespace))
241
else if (reader.
IsStartElement
(Atom10Constants.IdTag, Atom10Constants.Atom10Namespace))
245
else if (reader.
IsStartElement
(Atom10Constants.LinkTag, Atom10Constants.Atom10Namespace))
249
else if (reader.
IsStartElement
(Atom10Constants.LogoTag, Atom10Constants.Atom10Namespace))
253
else if (reader.
IsStartElement
(Atom10Constants.RightsTag, Atom10Constants.Atom10Namespace))
257
else if (reader.
IsStartElement
(Atom10Constants.SubtitleTag, Atom10Constants.Atom10Namespace))
261
else if (reader.
IsStartElement
(Atom10Constants.TitleTag, Atom10Constants.Atom10Namespace))
265
else if (reader.
IsStartElement
(Atom10Constants.UpdatedTag, Atom10Constants.Atom10Namespace))
289
if (reader.
IsStartElement
(Atom10Constants.AuthorTag, Atom10Constants.Atom10Namespace))
293
else if (reader.
IsStartElement
(Atom10Constants.CategoryTag, Atom10Constants.Atom10Namespace))
297
else if (reader.
IsStartElement
(Atom10Constants.ContentTag, Atom10Constants.Atom10Namespace))
301
else if (reader.
IsStartElement
(Atom10Constants.ContributorTag, Atom10Constants.Atom10Namespace))
305
else if (reader.
IsStartElement
(Atom10Constants.IdTag, Atom10Constants.Atom10Namespace))
309
else if (reader.
IsStartElement
(Atom10Constants.LinkTag, Atom10Constants.Atom10Namespace))
313
else if (reader.
IsStartElement
(Atom10Constants.PublishedTag, Atom10Constants.Atom10Namespace))
328
else if (reader.
IsStartElement
(Atom10Constants.RightsTag, Atom10Constants.Atom10Namespace))
332
else if (reader.
IsStartElement
(Atom10Constants.SourceFeedTag, Atom10Constants.Atom10Namespace))
338
else if (reader.
IsStartElement
(Atom10Constants.SummaryTag, Atom10Constants.Atom10Namespace))
342
else if (reader.
IsStartElement
(Atom10Constants.TitleTag, Atom10Constants.Atom10Namespace))
346
else if (reader.
IsStartElement
(Atom10Constants.UpdatedTag, Atom10Constants.Atom10Namespace))
496
while (reader.
IsStartElement
(Atom10Constants.EntryTag, Atom10Constants.Atom10Namespace))
731
else if (reader.
IsStartElement
(Atom10Constants.EntryTag, Atom10Constants.Atom10Namespace) && !isSourceFeed)
1022
if (reader.
IsStartElement
(Atom10Constants.NameTag, Atom10Constants.Atom10Namespace))
1026
else if (reader.
IsStartElement
(Atom10Constants.UriTag, Atom10Constants.Atom10Namespace))
1030
else if (reader.
IsStartElement
(Atom10Constants.EmailTag, Atom10Constants.Atom10Namespace))
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
68
return reader.
IsStartElement
(Atom10Constants.EntryTag, Atom10Constants.Atom10Namespace);
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (1)
65
return reader.
IsStartElement
(App10Constants.Categories, App10Constants.Namespace);
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (8)
51
return reader.
IsStartElement
(App10Constants.Service, App10Constants.Namespace);
203
if (reader.
IsStartElement
(Atom10Constants.CategoryTag, Atom10Constants.Atom10Namespace))
377
if (reader.
IsStartElement
(Atom10Constants.TitleTag, Atom10Constants.Atom10Namespace))
381
else if (reader.
IsStartElement
(App10Constants.Categories, App10Constants.Namespace))
390
else if (reader.
IsStartElement
(App10Constants.Accept, App10Constants.Namespace))
456
if (reader.
IsStartElement
(App10Constants.Workspace, App10Constants.Namespace))
525
if (reader.
IsStartElement
(Atom10Constants.TitleTag, Atom10Constants.Atom10Namespace))
529
else if (reader.
IsStartElement
(App10Constants.Collection, App10Constants.Namespace))
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (23)
76
return reader.
IsStartElement
(Rss20Constants.RssTag, Rss20Constants.Rss20Namespace);
148
while (reader.
IsStartElement
(Rss20Constants.ItemTag, Rss20Constants.Rss20Namespace))
322
if (reader.
IsStartElement
(Rss20Constants.TitleTag, Rss20Constants.Rss20Namespace))
326
else if (reader.
IsStartElement
(Rss20Constants.LinkTag, Rss20Constants.Rss20Namespace))
331
else if (reader.
IsStartElement
(Rss20Constants.DescriptionTag, Rss20Constants.Rss20Namespace))
335
else if (reader.
IsStartElement
(Rss20Constants.AuthorTag, Rss20Constants.Rss20Namespace))
339
else if (reader.
IsStartElement
(Rss20Constants.CategoryTag, Rss20Constants.Rss20Namespace))
343
else if (reader.
IsStartElement
(Rss20Constants.EnclosureTag, Rss20Constants.Rss20Namespace))
347
else if (reader.
IsStartElement
(Rss20Constants.GuidTag, Rss20Constants.Rss20Namespace))
364
else if (reader.
IsStartElement
(Rss20Constants.PubDateTag, Rss20Constants.Rss20Namespace))
385
else if (reader.
IsStartElement
(Rss20Constants.SourceTag, Rss20Constants.Rss20Namespace))
641
if (reader.
IsStartElement
(Rss20Constants.TitleTag, Rss20Constants.Rss20Namespace))
645
else if (reader.
IsStartElement
(Rss20Constants.LinkTag, Rss20Constants.Rss20Namespace))
649
else if (reader.
IsStartElement
(Rss20Constants.DescriptionTag, Rss20Constants.Rss20Namespace))
653
else if (reader.
IsStartElement
(Rss20Constants.LanguageTag, Rss20Constants.Rss20Namespace))
657
else if (reader.
IsStartElement
(Rss20Constants.CopyrightTag, Rss20Constants.Rss20Namespace))
661
else if (reader.
IsStartElement
(Rss20Constants.ManagingEditorTag, Rss20Constants.Rss20Namespace))
665
else if (reader.
IsStartElement
(Rss20Constants.LastBuildDateTag, Rss20Constants.Rss20Namespace))
686
else if (reader.
IsStartElement
(Rss20Constants.CategoryTag, Rss20Constants.Rss20Namespace))
690
else if (reader.
IsStartElement
(Rss20Constants.GeneratorTag, Rss20Constants.Rss20Namespace))
694
else if (reader.
IsStartElement
(Rss20Constants.ImageTag, Rss20Constants.Rss20Namespace))
699
if (reader.
IsStartElement
(Rss20Constants.UrlTag, Rss20Constants.Rss20Namespace))
711
else if (reader.
IsStartElement
(Rss20Constants.ItemTag, Rss20Constants.Rss20Namespace))
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (1)
91
return reader.
IsStartElement
(Rss20Constants.ItemTag, Rss20Constants.Rss20Namespace);