3 overrides of IsStartElement
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\XmlSerializableReader.cs (1)
111
public override bool
IsStartElement
() { return InnerReader.IsStartElement(); }
System\Xml\XmlBaseReader.cs (1)
991
public sealed override bool
IsStartElement
()
System.Private.Xml (1)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
667
public override bool
IsStartElement
()
40 references to IsStartElement
Contract.Message.IntegrationTests (1)
MessageContractTests.4.1.0.cs (1)
85
Assert.True(reader.
IsStartElement
() == false && reader.LocalName.Equals(wrapperName),
System.Private.DataContractSerialization (17)
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (1)
98
bool isEmptyElement = reader.
IsStartElement
() && reader.IsEmptyElement;
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
119
return !isEndOfEmptyElement && reader.
IsStartElement
();
System\Runtime\Serialization\XmlSerializableReader.cs (1)
111
public override bool IsStartElement() { return InnerReader.
IsStartElement
(); }
System\Xml\XmlDictionaryReader.cs (14)
198
if (!
IsStartElement
())
686
bool isEmptyElement =
IsStartElement
() && IsEmptyElement;
706
bool isEmptyElement =
IsStartElement
() && IsEmptyElement;
726
bool isEmptyElement =
IsStartElement
() && IsEmptyElement;
746
bool isEmptyElement =
IsStartElement
() && IsEmptyElement;
766
bool isEmptyElement =
IsStartElement
() && IsEmptyElement;
786
bool isEmptyElement =
IsStartElement
() && IsEmptyElement;
806
bool isEmptyElement =
IsStartElement
() && IsEmptyElement;
826
bool isEmptyElement =
IsStartElement
() && IsEmptyElement;
857
bool isEmptyElement =
IsStartElement
() && IsEmptyElement;
888
bool isEmptyElement =
IsStartElement
() && IsEmptyElement;
923
bool isEmptyElement =
IsStartElement
() && IsEmptyElement;
943
bool isEmptyElement =
IsStartElement
() && IsEmptyElement;
963
bool isEmptyElement =
IsStartElement
() && IsEmptyElement;
System.Private.Xml (1)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
670
return _coreReader.
IsStartElement
();
System.ServiceModel.Syndication (21)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (5)
176
while (reader.
IsStartElement
())
755
while (reader.
IsStartElement
())
863
while (reader.
IsStartElement
())
962
while (reader.
IsStartElement
())
1050
while (reader.
IsStartElement
())
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (5)
218
while (reader.
IsStartElement
())
289
while (reader.
IsStartElement
())
392
while (reader.
IsStartElement
())
471
while (reader.
IsStartElement
())
540
while (reader.
IsStartElement
())
System\ServiceModel\Syndication\ExtensibleSyndicationObject.cs (1)
55
while (unparsedExtensionsReader.
IsStartElement
())
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (3)
350
while (reader.
IsStartElement
())
669
while (reader.
IsStartElement
())
727
while (reader.
IsStartElement
())
System\ServiceModel\Syndication\SyndicationElementExtension.cs (1)
165
while (reader.
IsStartElement
())
System\ServiceModel\Syndication\SyndicationElementExtensionCollection.cs (2)
136
while (reader.
IsStartElement
())
229
while (reader.
IsStartElement
())
System\ServiceModel\Syndication\SyndicationFeed.cs (3)
300
while (reader.
IsStartElement
())
334
while (reader.
IsStartElement
())
370
while (reader.
IsStartElement
())
System\ServiceModel\Syndication\SyndicationFeedFormatter.cs (1)
558
if (!reader.
IsStartElement
())