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)
161
while (reader.
IsStartElement
())
728
while (reader.
IsStartElement
())
836
while (reader.
IsStartElement
())
935
while (reader.
IsStartElement
())
1023
while (reader.
IsStartElement
())
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (5)
200
while (reader.
IsStartElement
())
271
while (reader.
IsStartElement
())
374
while (reader.
IsStartElement
())
453
while (reader.
IsStartElement
())
522
while (reader.
IsStartElement
())
System\ServiceModel\Syndication\ExtensibleSyndicationObject.cs (1)
55
while (unparsedExtensionsReader.
IsStartElement
())
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (3)
323
while (reader.
IsStartElement
())
642
while (reader.
IsStartElement
())
700
while (reader.
IsStartElement
())
System\ServiceModel\Syndication\SyndicationElementExtension.cs (1)
150
while (reader.
IsStartElement
())
System\ServiceModel\Syndication\SyndicationElementExtensionCollection.cs (2)
121
while (reader.
IsStartElement
())
208
while (reader.
IsStartElement
())
System\ServiceModel\Syndication\SyndicationFeed.cs (3)
297
while (reader.
IsStartElement
())
331
while (reader.
IsStartElement
())
367
while (reader.
IsStartElement
())
System\ServiceModel\Syndication\SyndicationFeedFormatter.cs (1)
453
if (!reader.
IsStartElement
())