31 overrides of Read
PresentationBuildTasks (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
119public override bool Read() {
System.Activities (1)
System\Activities\Debugger\XmlWrappingReader.cs (1)
228public override bool Read()
System.Data (1)
fx\src\data\System\Data\xmlsaver.cs (1)
2972public override bool Read() {
System.Data.Services.Client (1)
System\Data\Services\Client\Xml\XmlWrappingReader.cs (1)
437public override bool Read()
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
264public override bool Read() {
System.IdentityModel (3)
System\IdentityModel\DelegatingXmlDictionaryReader.cs (1)
355public override bool Read()
System\IdentityModel\IdentityModelWrappedXmlDictionaryReader.cs (1)
226public override bool Read()
System\IdentityModel\WrappedXmlDictionaryReader.cs (1)
330public override bool Read()
System.Runtime.Serialization (8)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
299public override bool Read()
System\Runtime\Serialization\Json\XmlJsonReader.cs (1)
401public override bool Read()
System\Runtime\Serialization\XmlSerializableReader.cs (1)
50public override bool Read()
System\Xml\XmlBinaryReader.cs (1)
382public override bool Read()
System\Xml\XmlDictionaryReader.cs (1)
1545public override bool Read()
System\Xml\XmlMtomReader.cs (2)
278public override bool Read() 1122public override bool Read()
System\Xml\XmlUTF8TextReader.cs (1)
1048public override bool Read()
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\XmlByteStreamReader.cs (1)
276public override bool Read()
System.Xml (12)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
820public override bool Read() {
System\Xml\Core\XmlAsyncCheckReader.cs (1)
424public override bool Read() {
System\Xml\Core\XmlTextReader.cs (1)
208public override bool Read() {
System\Xml\Core\XmlTextReaderImpl.cs (1)
1155public override bool Read() {
System\Xml\Core\XmlValidatingReader.cs (1)
152public override bool Read() {
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
457public override bool Read() {
System\Xml\Core\XmlWrappingReader.cs (1)
100public override bool Read() {
System\Xml\Core\XsdCachingReader.cs (1)
344public override bool Read() {
System\Xml\Core\XsdValidatingReader.cs (1)
1092public override bool Read() {
System\Xml\Dom\XmlNodeReader.cs (1)
1272public override bool Read() {
System\Xml\Serialization\XmlCountingReader.cs (1)
84public override bool Read()
System\Xml\XPath\XPathNavigatorReader.cs (1)
837public override bool Read() {
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
8715public override bool Read() {
WindowsBase (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
119public override bool Read() {
576 references to Read
PresentationBuildTasks (21)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (7)
182bool more = Reader.Read(); //passed as ref arg to ReadStartElement and ReadEndElement 271more = Reader.Read(); 341more = Reader.Read(); 353more = Reader.Read(); 1189more = Reader.Read(); 1293more = Reader.Read(); 1370more = Reader.Read();
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
120return _reader.Read();
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (3)
845xmlReader.Read(); 854xmlReader.Read(); 883while (!exitLoop && xmlReader.Read());
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (2)
720xamlDefTagNode.XmlReader.Read(); 723xamlDefTagNode.XmlReader.Read();
Framework\System\Windows\Markup\XamlReaderHelper.cs (8)
381XmlReader.Read(); // first time thru get to the first start tag. 1247while (readNextNode && XmlReader.Read()) 1315XmlReader.Read(); 2108XmlReader.Read(); // move to the next node. 2113XmlReader.Read(); // move to the next node. 2122XmlReader.Read(); 2180XmlReader.Read(); 3850XmlReader.Read();
PresentationCore (13)
Core\CSharp\MS\Internal\FontFace\CompositeFontParser.cs (13)
313} while (!contentNode && _reader.Read()); 346while (_reader.Read()) 410_reader.Read(); 415_reader.Read(); 429_reader.Read(); 455_reader.Read(); 473_reader.Read(); 580_reader.Read(); 584_reader.Read(); 596_reader.Read(); 600_reader.Read(); 830_reader.Read(); 834_reader.Read();
PresentationFramework (30)
src\Framework\MS\Internal\Annotations\Serializer.cs (1)
101reader.Read();
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (9)
444_xamlReader.Read(); // Consume current token. 520_xamlReader.Read(); // Move past data just processed. 527_xamlReader.Read(); // Skip data. 577_xamlReader.Read(); 675_xamlReader.Read(); 681_xamlReader.Read(); // skip start-tag 697_xamlReader.Read(); 737_xamlReader.Read(); 759_xamlReader.Read();
src\Framework\System\Windows\Annotations\Annotation.cs (8)
313reader.Read(); // Read the remainder of the "Annotation" start tag 323reader.Read(); // Reads the "Anchors" start tag 330reader.Read(); // Reads the "Anchors" end tag (or whole tag if it was empty) 338reader.Read(); // Reads the "Cargos" start tag 345reader.Read(); // Reads the "Cargos" end tag (or whole tag if it was empty) 353reader.Read(); // Reads the "Authors" start tag 368reader.Read(); // Reads the "Authors" end tag (or whole tag if it was empty) 378reader.Read(); // Read the end of the "Annotation" tag (or the whole tag if its empty)
src\Framework\System\Windows\Annotations\AnnotationResource.cs (2)
199reader.Read(); // Reads the remainder of "Resource" start tag 227reader.Read(); // Reads the end of the "Resource" element (or whole element if empty)
src\Framework\System\Windows\Annotations\LocatorGroup.cs (2)
153reader.Read(); // Reads the start of the "ContentLocatorGroup" element 173reader.Read(); // Reads the end of the "ContentLocatorGroup" element (or whole element if empty)
src\Framework\System\Windows\Annotations\LocatorPartList.cs (6)
237reader.Read(); // Reads the start of the "ContentLocator" element 258reader.Read(); // Read the start of the locator part tag 299reader.Read(); // Read the beginning of the complete Item tag 310reader.Read(); // Read the end of the Item tag 324reader.Read(); // Read the ContentLocatorPart element 328reader.Read(); // Reads the end of the "ContentLocator" element (or whole element if empty)
src\Framework\System\Windows\Documents\FixedFindEngine.cs (1)
394while (xmlReader.Read())
src\Framework\System\Windows\Documents\XPSS0ValidatingLoader.cs (1)
146while (xpsSchemaValidator.XmlReader.Read())
System.Activities (1)
System\Activities\Debugger\XmlWrappingReader.cs (1)
230return this.baseReader.Read();
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\DefaultObjectSerializer.cs (1)
69dictionaryReader.Read();
System.Configuration (4)
System\Configuration\ConfigurationElement.cs (1)
1514while (reader.Read()) {
System\Configuration\ConfigurationSection.cs (1)
59if (!reader.Read() || reader.NodeType != XmlNodeType.Element) {
System\Configuration\DefaultSection.cs (1)
49if (!xmlReader.Read() || xmlReader.NodeType != XmlNodeType.Element) {
System\Configuration\IgnoreSection.cs (1)
49if (!xmlReader.Read() || xmlReader.NodeType != XmlNodeType.Element) {
System.Data (79)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (1)
3619xmlReader.Read();
fx\src\data\System\Data\Common\ObjectStorage.cs (2)
332xmlReader.Read(); // need to move to next node 364xmlReader.Read();
fx\src\data\System\Data\DataSet.cs (9)
1604reader.Read(); 1647reader.Read(); 1654reader.Read(); 1971reader.Read(); 2015reader.Read(); 2233reader.Read(); 2244reader.Read(); 2271reader.Read(); 2420reader.Read();
fx\src\data\System\Data\DataTable.cs (12)
5157reader.Read(); 5168reader.Read(); 5225reader.Read(); 5298reader.Read(); 5360reader.Read(); 5378reader.Read(); 5443reader.Read(); 5477reader.Read(); 5578reader.Read(); 5605reader.Read(); 5617reader.Read(); 5636reader.Read();
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (3)
973xmlReader.Read(); 1058if (!xmlReader.Read()) { 1070if (!xmlReader.Read()) {
fx\src\data\System\Data\SqlClient\SqlStream.cs (1)
570_xmlReader.Read();
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
10376feed._source.Read(); 10385feed._source.Read();
fx\src\data\System\Data\SQLTypes\SqlXml.cs (3)
166 reader.Read(); 202 reader.Read(); 252reader.Read();
fx\src\data\System\Data\XmlDataLoader.cs (21)
603dataReader.Read(); 611dataReader.Read(); // Not found? Read next element. 723dataReader.Read(); // Advance to next element. 746dataReader.Read(); // Continue to the next element. 770dataReader.Read(); // We don't process that, skip to the next element. 775dataReader.Read(); // Proceed to the next element. 921if ( dataReader.Read() && entryDepth < dataReader.Depth) { 938dataReader.Read(); // Advance to next element. 967dataReader.Read(); // Not a table? Try next element. 990dataReader.Read(); // We don't process that, skip to the next element. 995dataReader.Read(); // We're done here, proceed to the next element. 1124while (dataReader.Read() && (entryDepth < dataReader.Depth)); 1126dataReader.Read(); // And start reading next element. 1133dataReader.Read(); // if UDT is wrapped, skip the wrapper 1151dataReader.Read(); // if Wrapper is skipped, skip its end tag 1159if ( dataReader.Read() && entryDepth < dataReader.Depth) { 1173while ( dataReader.Read() && entryDepth < dataReader.Depth && IsTextLikeNode(dataReader.NodeType)) { 1214dataReader.Read(); // Already loaded, proceed to the next element 1237dataReader.Read(); // No match? Try next element 1246dataReader.Read(); // We don't process that, skip to the next element. 1252dataReader.Read(); // We're done here. To the next element.
fx\src\data\System\Data\XMLDiffLoader.cs (24)
34reader.Read(); // now the reader points to the error section 40reader.Read(); // pass the end of errors tag 63reader.Read(); // now the reader points to the error section 69reader.Read(); // pass the end of errors tag 81ssync.Read(); // pass the before node. 129ssync.Read(); // pass the before node. 178ssync.Read(); // pass the before node. 190ssync.Read(); // we may be inside a column 200ssync.Read(); 203ssync.Read(); 214ssync.Read(); // pass the before node. 237ssync.Read(); // we may be inside a column 247ssync.Read(); 250ssync.Read(); 322row.Read(); 331row.Read(); 349row.Read(); // consume the current node 350row.Read(); // now points to the next column 362row.Read(); // if UDT is wrapped, skip the wrapper 384row.Read(); // if Wrapper is skipped, skip its end tag 389row.Read(); 397row.Read(); // now points to the next column 408row.Read(); //now it should point to next row 415reader.Read();
fx\src\data\System\Data\xmlsaver.cs (1)
2973return _xmlreader.Read();
System.Data.Entity (6)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (2)
145while (sourceReader.Read() && sourceReader.NodeType != XmlNodeType.Element) 220sourceReader.Read();
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (3)
261if ( !reader.Read() ) 505while (subtree.Read()) ; 692subtree.Read();
System\Data\EntityModel\SchemaObjectModel\SchemaManager.cs (1)
207while (reader.Read() && reader.NodeType != XmlNodeType.Element)
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityFrameworkVersions.cs (1)
200while (reader.Read() && reader.NodeType != XmlNodeType.Element)
System.Data.Linq (1)
Mapping\MappingSource.cs (1)
241reader.Read();
System.Data.Services (8)
System\Data\Services\Epm\EpmCustomContentDeSerializer.cs (1)
146while (currentRoot.ParentSegment != null && reader.Read());
System\Data\Services\Serializers\PlainXmlDeserializer.cs (4)
240while (skipped || this.xmlReader.Read()); 273reader.Read(); 310while (!done && reader.Read()) 412while (skipped || reader.Read());
System\Data\Services\Serializers\SyndicationDeserializer.cs (1)
606while (linkReader.Read())
System\Data\Services\WebUtil.cs (2)
1200while (reader.Read()); 1444while (xmlReader.Read());
System.Data.Services.Client (15)
System\Data\Services\Client\AtomParser.cs (9)
199while (this.reader.Read()) 392return reader.Read() && reader.IsStartElement(localName, namespaceUri); 417reader.Read(); 444while (reader.Read()) 666nestedReader.Read(); 818while (this.reader.Read()) 841while (this.reader.Read()) 883this.reader.Read(); 892while (this.reader.Read())
System\Data\Services\Client\MaterializeFromAtom.cs (3)
388while (reader.Read()) 486while (this.reader.NodeType != XmlNodeType.Element && this.reader.Read()) 569while (reader.Read())
System\Data\Services\Client\Xml\XmlAtomErrorReader.cs (2)
74while (reader.Read()) 113while (depth > 0 && reader.Read())
System\Data\Services\Client\Xml\XmlWrappingReader.cs (1)
454bool result = this.reader.Read();
System.Data.SqlXml (11)
System\Xml\Xsl\QIL\QilXmlReader.cs (2)
73while (r.Read()) { 389while (r.Read()) {
System\Xml\Xsl\Runtime\WhitespaceRuleReader.cs (1)
77while (base.Read()) {
System\Xml\Xsl\Xslt\XsltInput.cs (8)
231reader.Read(); 234reader.Read(); 349reader.Read(); 367reader.Read(); 371reader.Read(); 416reader.Read(); 420reader.Read(); 446reader.Read();
System.IdentityModel (85)
System\IdentityModel\Configuration\ConfigurationElementInterceptor.cs (1)
21newReader.Read();
System\IdentityModel\DelegatingXmlDictionaryReader.cs (1)
357return _innerReader.Read();
System\IdentityModel\EncryptionMethodElement.cs (1)
59reader.Read();
System\IdentityModel\ExclusiveCanonicalizationTransform.cs (2)
192reader.Read(); 204reader.Read();
System\IdentityModel\IdentityModelWrappedXmlDictionaryReader.cs (1)
228return _reader.Read();
System\IdentityModel\Metadata\MetadataSerializer.cs (3)
3218reader.Read(); 3231reader.Read(); 3241reader.Read();
System\IdentityModel\Protocols\WSTrust\WSTrust13RequestSerializer.cs (1)
312reader.Read();
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (9)
51reader.Read(); 204reader.Read(); 496reader.Read(); 525reader.Read(); 557reader.Read(); 596reader.Read(); 622reader.Read(); 626reader.Read(); 1384reader.Read();
System\IdentityModel\SignedXml.cs (8)
311reader.Read(); 377reader.Read(); 759reader.Read(); 956effectiveReader.Read(); 1235reader.Read(); 1301reader.Read(); 1380reader.Read(); 1460reader.Read();
System\IdentityModel\StrTransform.cs (1)
160reader.Read();
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (17)
568reader.Read(); 878reader.Read(); 2487reader.Read(); 3030reader.Read(); 3071reader.Read(); 3081reader.Read(); 3159reader.Read(); 3321reader.Read(); 3444reader.Read(); 3735reader.Read(); 3913reader.Read(); 4234reader.Read(); 4807reader.Read(); 5013reader.Read(); 5139reader.Read(); 5314reader.Read(); 5467reader.Read();
System\IdentityModel\Tokens\SamlAdvice.cs (2)
113reader.Read(); 118reader.Read();
System\IdentityModel\Tokens\SamlAttribute.cs (1)
238reader.Read();
System\IdentityModel\Tokens\SamlAttributeStatement.cs (1)
89reader.Read();
System\IdentityModel\Tokens\SamlAudienceRestrictionCondition.cs (1)
81reader.Read();
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (3)
187reader.Read(); 209reader.Read(); 214reader.Read();
System\IdentityModel\Tokens\SamlAuthorityBinding.cs (2)
158reader.Read(); 163reader.Read();
System\IdentityModel\Tokens\SamlAuthorizationDecisionStatement.cs (1)
182reader.Read();
System\IdentityModel\Tokens\SamlConditions.cs (2)
130reader.Read(); 135reader.Read();
System\IdentityModel\Tokens\SamlDoNotCacheCondition.cs (2)
47reader.Read(); 52reader.Read();
System\IdentityModel\Tokens\SamlEvidence.cs (1)
112reader.Read();
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (13)
1646reader.Read(); 1651reader.Read(); 1943reader.Read(); 2183reader.Read(); 2634reader.Read(); 2667reader.Read(); 2735reader.Read(); 2871reader.Read(); 2891reader.Read(); 2896reader.Read(); 3034reader.Read(); 3039reader.Read(); 3177reader.Read();
System\IdentityModel\Tokens\SamlSubject.cs (2)
270reader.Read(); 289reader.Read();
System\IdentityModel\Tokens\WSSecurityJan2004.cs (3)
527reader.Read(); 625reader.Read(); 737reader.Read();
System\IdentityModel\Tokens\WSSecurityXXX2005.cs (1)
226reader.Read();
System\IdentityModel\WrappedXmlDictionaryReader.cs (1)
332return this.reader.Read();
System\IdentityModel\XmlHelper.cs (2)
34if (!reader.Read()) 59reader.Read();
System\ServiceModel\Security\EncryptedType.cs (2)
230reader.Read(); 421reader.Read();
System.Runtime.Serialization (58)
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (1)
142reader.Read();
System\Runtime\Serialization\XmlReaderDelegator.cs (2)
183return reader.Read(); 187return reader.Read();
System\Runtime\Serialization\XmlSerializableReader.cs (1)
61return reader.Read();
System\Runtime\Serialization\XmlSerializableServices.cs (1)
39xmlReader.Read();
System\Xml\XmlBaseReader.cs (17)
883while (Read()); 1099Read(); 1294Read(); 1299Read(); 1311Read(); 1316Read(); 1339Read(); 1345Read(); 1351Read(); 1365Read(); 1388Read(); 1429Read(); 1471Read(); 1492Read(); 1843while (Read() && depth < Depth) 1849Read(); 1853Read();
System\Xml\XmlBinaryWriter.cs (2)
1174reader.Read(); 1198reader.Read();
System\Xml\XmlDictionaryReader.cs (24)
274Read(); 282Read(); 290Read(); 298Read(); 304Read(); 469Read(); 493if (!Read()) 515if (!Read()) 606if (!Read()) 611if (!Read()) 722Read(); 742Read(); 762Read(); 782Read(); 802Read(); 822Read(); 842Read(); 862Read(); 893Read(); 925Read(); 960Read(); 980Read(); 1000Read(); 1547return reader.Read();
System\Xml\XmlDictionaryWriter.cs (4)
819reader.Read(); 848reader.Read(); 875reader.Read(); 934if (!reader.Read())
System\Xml\XmlMtomReader.cs (3)
280bool retVal = xmlReader.Read(); 309xmlReader.Read(); 341retVal = infosetReader.Read();
System\Xml\XmlMtomWriter.cs (3)
481while (contentTypeReader.Read()) 638reader.Read(); 662reader.Read();
System.ServiceModel (55)
System\ServiceModel\Channels\Message.cs (6)
601reader.Read(); 609reader.Read(); 1272reader.Read(); 1624reader.Read(); 1637reader.Read(); 1750reader.Read();
System\ServiceModel\Channels\MessageFault.cs (5)
220reader.Read(); // Skip the detail element 549if (!reader.IsEmptyElement && reader.Read()) // check if the detail element contains data 573r.Read(); 606r.Read(); 615reader.Read(); // Skip the detail element
System\ServiceModel\Channels\MessageHeader.cs (2)
584reader.Read(); // Envelope 585reader.Read(); // Header
System\ServiceModel\Channels\MessageHeaders.cs (7)
64reader.Read(); 775reader.Read(); 779reader.Read(); 817} while (reader.Read() && depth < reader.Depth); 823reader.Read(); 830reader.Read(); 1179reader.Read();
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
3410reader.Read(); 3414reader.Read();
System\ServiceModel\Channels\WsrmFault.cs (1)
785headerReader.Read();
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (2)
460if (subTree.Read()) 462while (subTree.Read())
System\ServiceModel\Configuration\XPathMessageFilterElement.cs (1)
127if (tempReader.Read())
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
812reader.Read();
System\ServiceModel\Diagnostics\MessageLogTraceRecord.cs (1)
207this.reader.Read();
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
378reader.Read();
System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (2)
154reader.Read(); 207reader.Read(); // Needed after call to ReadSubtree
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (9)
502reader.Read(); 524reader.Read(); 727reader.Read(); 740reader.Read(); 753reader.Read(); 766reader.Read(); 779reader.Read(); 792reader.Read(); 805reader.Read();
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (6)
1742reader.Read(); 1770reader.Read(); 1787reader.Read(); 1952reader.Read(); 2058reader.Read(); 2078} while (reader.Read());
System\ServiceModel\Dispatcher\StreamFormatter.cs (1)
301while (reader.Read())
System\ServiceModel\EndpointAddress.cs (3)
515reader.Read(); // consume the dummy wrapper element 1328reader.Read(); // consume the wrapper element 1362reader.Read(); // consume the wrapper element
System\ServiceModel\Security\WsKeyInfoSerializer.cs (1)
152reader.Read();
System\ServiceModel\Security\XmlHelper.cs (4)
146if (!reader.Read()) 232reader.Read(); 430reader.Read(); 444reader.Read();
System.ServiceModel.Discovery (10)
System\ServiceModel\Discovery\EndpointDiscoveryMetadata.cs (1)
404reader.Read();
System\ServiceModel\Discovery\FindCriteria.cs (2)
306reader.Read(); 352reader.Read();
System\ServiceModel\Discovery\ResolveCriteria.cs (2)
101reader.Read(); 131reader.Read();
System\ServiceModel\Discovery\SerializationUtility.cs (5)
207reader.Read(); 227reader.Read(); 297reader.Read(); 341reader.Read(); 363reader.Read();
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\DataContractJsonSerializerOperationFormatter.cs (2)
432reader.Read(); 558reader.Read();
System.Web (9)
UI\WebControls\AdRotator.cs (3)
534while (reader.Read()) { 543while (reader.Read()) { 547reader.Read();
UI\WebParts\ImportCatalogPart.cs (3)
256reader.Read(); 275reader.Read(); 281reader.Read();
UI\WebParts\WebPartManager.cs (3)
2669if (!reader.Read()) { 2677if (!reader.Read()) { 3003if (!reader.Read()) {
System.Web.Services (11)
System\Web\Services\Description\ServiceDescription.cs (1)
375validatingReader.Read();
System\Web\Services\Protocols\SoapClientProtocol.cs (6)
692while (depth < reader.Depth && reader.Read()) { 697reader.Read(); 776while (reader.Read() && depth < reader.Depth) { 781reader.Read(); 831while (faultDepth < reader.Depth && reader.Read()) { 836reader.Read();
System\Web\Services\Protocols\SoapHeader.cs (2)
280while (depth < reader.Depth && reader.Read()) { 285reader.Read();
System\Web\Services\Protocols\SoapServerProtocol.cs (2)
640while (depth < reader.Depth && reader.Read()) { 645reader.Read();
System.Workflow.ComponentModel (8)
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (7)
132while (xmlReader.Read() && xmlReader.NodeType != XmlNodeType.Element && xmlReader.NodeType != XmlNodeType.ProcessingInstruction); 139while (xmlReader.Read() && !xmlReader.EOF); 236while (reader.Read() && (initialDepth + 1) < reader.Depth); 443while (reader.Read() && ((initialDepth + 1) < reader.Depth)) 529} while (reader.Read() && initialDepth < reader.Depth); 1654while (reader.NodeType != XmlNodeType.EndElement && reader.NodeType != XmlNodeType.Element && reader.NodeType != XmlNodeType.Text && reader.Read()); 1850if (!reader.Read())
Shared\XomlSerializationHelpers.cs (1)
205while (!exitLoop && reader.Read());
System.Workflow.Runtime (16)
Tracking\TrackingProfileSerializer.cs (14)
157while (reader.Read()) 196while (reader.Read()) 241while (reader.Read()) 312while (reader.Read()) 360while (reader.Read()) 468while (reader.Read()) 508while (reader.Read()) 555while (reader.Read()) 595while (reader.Read()) 651while (reader.Read()) 694while (reader.Read()) 732while (reader.Read()) 772while (reader.Read()) 808while (reader.Read())
WorkflowRuntime.cs (2)
557context.XomlReader.Read(); 565context.RulesReader.Read();
System.Xml (100)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
830if (this.textXmlReader.Read()) { 2844if (!this.textXmlReader.Read() 2846&& !this.textXmlReader.Read())) {
System\Xml\Core\ReadContentAsBinaryHelper.cs (5)
259reader.Read(); 288reader.Read(); 299reader.Read(); 391reader.Read(); 424} while ( reader.Read() );
System\Xml\Core\XmlAsyncCheckReader.cs (1)
426return coreReader.Read();
System\Xml\Core\XmlCharCheckingReader.cs (1)
167if ( !base.reader.Read() ) {
System\Xml\Core\XmlReader.cs (29)
693else if (!this.Read()) { 703if (!this.Read()) { 728} while (Read()); 737Read(); 746Read(); 760Read(); 777Read(); 782Read(); 785Read(); 808Read(); 811Read(); 834Read(); 837Read(); 848Read(); 879while (Read()) { 901while (Read()) { 934while (Read() && Depth > parentDepth) { 972while (Read() && Depth > parentDepth) { 1053Read(); 1083while (this.Read() && (d < this.Depth)) { 1124Read(); 1148Read(); 1331while (Read() && depth < Depth) { 1337return Read(); 1340return Read(); 1429} while ((this.AttributeCount != 0) ? this.ReadAttributeValue() : this.Read()); 1443this.Read(); 1451this.Read(); 1464this.Read();
System\Xml\Core\XmlSubtreeReader.cs (4)
396if ( reader.Read() ) { 450reader.Read(); 453while (reader.Depth > initialDepth && reader.Read()) { 482if ( reader.Read() ) {
System\Xml\Core\XmlTextReaderImpl.cs (12)
1328while ( outerReader.Read() && index > initialDepth ) ; 1338outerReader.Read(); 1495if ( !outerReader.Read() ) { 2080outerReader.Read(); 2110outerReader.Read(); 2140outerReader.Read(); 5370outerReader.Read(); 7408outerReader.Read(); 7976outerReader.Read(); 7987outerReader.Read(); 8020} while ( outerReader.Read() ); 8441outerReader.Read();
System\Xml\Core\XmlValidatingReaderImpl.cs (4)
460if ( coreReader.Read() ) { 641if ( !outerReader.Read() ) { 808if ( !outerReader.Read() ) { 882while ( outerReader.Read() && coreReader.Depth > initialDepth );
System\Xml\Core\XmlWrappingReader.cs (1)
101return reader.Read();
System\Xml\Core\XmlWriter.cs (1)
428} while (reader.Read() && (d < reader.Depth || (d == reader.Depth && reader.NodeType == XmlNodeType.EndElement)));
System\Xml\Core\XmlWriterAsync.cs (1)
320} while (reader.Read() && (d < reader.Depth || (d == reader.Depth && reader.NodeType == XmlNodeType.EndElement)));
System\Xml\Core\XsdCachingReader.cs (4)
352if (coreReader.Read()) { 393return coreReader.Read(); 472while (coreReader.Read() && coreReader.Depth > startDepth) 475coreReader.Read();
System\Xml\Core\XsdValidatingReader.cs (5)
1095if (coreReader.Read()) { 1821if (coreReader.Read()) { 1980while (coreReader.Read()) { 2035while (coreReader.Read()) { 2080if (coreReader.Read()) {
System\Xml\Dom\XmlLoader.cs (9)
45if ( !this.reader.Read() ) 58if ( !this.reader.Read() ) 74reader.Read(); 81reader.Read(); 211while ( r.Read()); 319while ( reader.Read() && reader.NodeType != XmlNodeType.EndEntity ) { 493while ( r.Read()); 670while ( reader.Read() && ( node = LoadNodeDirect() ) != null ) { 676while ( reader.Read() && ( node = LoadNode(true) ) != null ) {
System\Xml\Schema\Inference\Infer.cs (4)
211while (xtr.NodeType != XmlNodeType.Element && xtr.Read()) ; 709xtr.Read(); 798do{ xtr.Read();} while( (!xtr.EOF) && ((xtr.NodeType == XmlNodeType.CDATA)||(xtr.NodeType == XmlNodeType.Text) || (xtr.NodeType == XmlNodeType.Comment) || (xtr.NodeType == XmlNodeType.ProcessingInstruction) || (xtr.NodeType == XmlNodeType.Whitespace) || (xtr.NodeType == XmlNodeType.SignificantWhitespace) || (xtr.NodeType == XmlNodeType.XmlDeclaration))); 976xtr.Read();
System\Xml\Schema\Parser.cs (2)
57while(ParseReaderNode() && reader.Read()) {} 72while (reader.NodeType != XmlNodeType.Element && reader.Read()) {}
System\Xml\Schema\Preprocessor.cs (1)
339while(reader.Read());// wellformness check
System\Xml\Schema\XdrValidator.cs (1)
289while(reader.Read());// wellformness check
System\Xml\Schema\XmlSchemaSet.cs (1)
302while(reader.Read());// wellformness check;
System\Xml\Schema\XmlSchemaValidator.cs (1)
1558while(Reader.Read());// wellformness check
System\Xml\Schema\XsdValidator.cs (1)
502while(reader.Read());// wellformness check
System\Xml\Serialization\XmlCountingReader.cs (1)
87return innerReader.Read();
System\Xml\Serialization\XmlSerializationReader.cs (3)
1173r.Read(); 1360r.Read(); 1369Reader.Read();
System\Xml\XPath\XPathDocument.cs (2)
173if (topLevelReader && !reader.Read()) 269while (reader.Read());
System\Xml\XPath\XPathNavigator.cs (3)
925while( validatingReader.Read() ) 1791if( !reader.Read() ) 1877while( reader.Read() && ( level > 0 ) );
System.Xml.Linq (10)
System\Xml\Linq\XLinq.cs (10)
2199r.Read(); 3085} while (r.Read()); 3194} while (r.Read()); 5093r.Read(); 5096r.Read(); 5714if (reader.ReadState == ReadState.Initial) reader.Read(); 6070r.Read(); 6169r.Read(); 6301r.Read(); 6410r.Read();
WindowsBase (21)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (2)
1070reader.Read(); // enter the Object tag 1078while (reader.Read() && (reader.NodeType == XmlNodeType.Element))
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (5)
130while (reader.Read() && (reader.MoveToContent() == XmlNodeType.Element)) 202if (reader.HasAttributes || (reader.Read() && reader.MoveToContent() != XmlNodeType.Text)) 260while (reader.Read() && (reader.MoveToContent() == XmlNodeType.Element)) 337while (reader.Read() && (reader.MoveToContent() == XmlNodeType.Element)) 426while (reader.Read() && (reader.MoveToContent() == XmlNodeType.Element)
Base\MS\Internal\IO\Packaging\XmlSignatureProperties.cs (6)
173while (reader.Read()) 258if (reader.Read() 265while (reader.Read()) 276&& reader.Read() 297&& reader.Read() 326if (reader.Read()
Base\System\Windows\Markup\XmlCompatibilityReader.cs (7)
182bool more = Reader.Read(); //passed as ref arg to ReadStartElement and ReadEndElement 271more = Reader.Read(); 341more = Reader.Read(); 353more = Reader.Read(); 1189more = Reader.Read(); 1293more = Reader.Read(); 1370more = Reader.Read();
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
120return _reader.Read();