23 overrides of Read
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
3475public override bool Read()
System.IO.Packaging (1)
System\IO\Packaging\XmlWrappingReader.cs (1)
95public override bool Read()
System.Private.DataContractSerialization (6)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
287public override bool Read()
System\Runtime\Serialization\Json\XmlJsonReader.cs (1)
396public override bool Read()
System\Runtime\Serialization\XmlSerializableReader.cs (1)
51public override bool Read()
System\Xml\XmlBinaryReader.cs (1)
368public override bool Read()
System\Xml\XmlDictionaryReader.cs (1)
1511public override bool Read()
System\Xml\XmlUTF8TextReader.cs (1)
1288public override bool Read()
System.Private.Xml (12)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
930public override bool Read()
System\Xml\Core\XmlAsyncCheckReader.cs (1)
499public override bool Read()
System\Xml\Core\XmlTextReader.cs (1)
236public override bool Read()
System\Xml\Core\XmlTextReaderImpl.cs (1)
1217public override bool Read()
System\Xml\Core\XmlValidatingReader.cs (1)
174public override bool Read()
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
538public override bool Read()
System\Xml\Core\XmlWrappingReader.cs (1)
103public override bool Read()
System\Xml\Core\XsdCachingReader.cs (1)
399public override bool Read()
System\Xml\Core\XsdValidatingReader.cs (1)
1407public override bool Read()
System\Xml\Dom\XmlNodeReader.cs (1)
1500public override bool Read()
System\Xml\XPath\XPathNavigatorReader.cs (1)
968public override bool Read()
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
306public override bool Read()
System.Private.Xml.Linq (1)
System\Xml\Linq\XNodeReader.cs (1)
843public override bool Read()
System.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomReader.cs (2)
328public override bool Read() 1173public override bool Read()
369 references to Read
Contract.Message.IntegrationTests (8)
MessageContractTests.4.1.0.cs (8)
61reader.Read(); 66reader.Read(); // Move to Value node 67reader.Read(); // Move to the end tag 73reader.Read(); // Move to Value node 74reader.Read(); // Move to the end tag 81reader.Read(); // Move to Value node 82reader.Read(); // Move to the end tag 100while (reader.Read())
dotnet (1)
NugetPackageDownloader\WorkloadUnixFilePermissionsFileList.cs (1)
32while (reader.Read())
Microsoft.AspNetCore.Mvc.Formatters.Xml (3)
ProblemDetailsWrapper.cs (1)
52reader.Read();
SerializableErrorWrapper.cs (1)
60reader.Read();
ValidationProblemDetailsWrapper.cs (1)
45reader.Read();
Microsoft.Build (4)
BackEnd\Components\SdkResolution\SdkResolverManifest.cs (3)
77while (reader.Read()) 108reader.Read(); 143reader.Read();
Xml\XmlReaderExtension.cs (1)
98reader.Read();
Microsoft.Build.Tasks.Core (7)
AppConfig\AppConfig.cs (1)
80while (reader.Read())
AppConfig\DependentAssembly.cs (1)
51while (reader.Read())
AppConfig\RuntimeSection.cs (1)
20while (reader.Read())
ManifestUtil\ManifestReader.cs (1)
244r.Read();
RedistList.cs (3)
708while (reader.Read()) 773while (reader.Read()) 827while (reader.Read())
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
3141while (reader.Read())
Microsoft.CodeAnalysis (1)
DocumentationComments\XmlDocumentationCommentTextReader.cs (1)
50_reader.Read();
Microsoft.CodeAnalysis.Features (1)
PdbSourceDocument\ImplementationAssemblyLookupService.cs (1)
163xr.Read();
Microsoft.CodeAnalysis.Workspaces (4)
Shared\Utilities\DocumentationComment.cs (2)
304reader.Read(); 311reader.Read();
Shared\Utilities\XmlFragmentParser.cs (1)
69_xmlReader.Read();
Utilities\Documentation\XmlDocumentationProvider.cs (1)
69while (xmlReader.Read())
Microsoft.Extensions.Configuration.Xml (1)
XmlStreamConfigurationProvider.cs (1)
58while (reader.Read())
Microsoft.Maui.Controls.Build.Tasks (2)
XamlTask.cs (2)
47 while (reader.Read()) 80 while (reader.Read() && reader.NodeType != XmlNodeType.Element)
Microsoft.Maui.Controls.Xaml (5)
XamlLoader.cs (3)
65 while (reader.Read()) 107 while (reader.Read()) 148 while (reader.Read())
XamlParser.cs (2)
62 while (reader.Read()) 143 while (skipFirstRead || reader.Read())
Microsoft.Maui.Graphics (1)
Text\XmlAttributedTextReader.cs (1)
38 while (_reader.Read())
Microsoft.VisualStudio.TestPlatform.ObjectModel (10)
DataCollector\DataCollectionRunSettings.cs (2)
150reader.Read(); 207reader.Read();
DataCollector\DataCollectorSettings.cs (1)
199reader.Read();
Logger\LoggerRunSettings.cs (2)
104reader.Read(); 160reader.Read();
Logger\LoggerSettings.cs (1)
196reader.Read();
RunSettings\RunConfiguration.cs (1)
629reader.Read();
RunSettings\TestRunParameters.cs (2)
34reader.Read(); 72reader.Read();
Utilities\XmlReaderUtilities.cs (1)
22while (!reader.EOF && reader.Read() && reader.NodeType != XmlNodeType.Element)
NuGet.Protocol (1)
HttpSource\HttpStreamValidation.cs (1)
217while (xmlReader.Read())
System.Configuration.ConfigurationManager (4)
System\Configuration\ConfigurationElement.cs (1)
1502while (reader.Read())
System\Configuration\ConfigurationSection.cs (1)
39if (!reader.Read() || (reader.NodeType != XmlNodeType.Element))
System\Configuration\DefaultSection.cs (1)
51if (!xmlReader.Read() || (xmlReader.NodeType != XmlNodeType.Element))
System\Configuration\IgnoreSection.cs (1)
51if (!xmlReader.Read() || (xmlReader.NodeType != XmlNodeType.Element))
System.Data.Common (72)
System\Data\Common\ObjectStorage.cs (2)
402xmlReader.Read(); // need to move to next node 446xmlReader.Read();
System\Data\DataSet.cs (9)
1735reader.Read(); 1783reader.Read(); 1792reader.Read(); 2165reader.Read(); 2216reader.Read(); 2479reader.Read(); 2494reader.Read(); 2524reader.Read(); 2711reader.Read();
System\Data\DataTable.cs (12)
5784reader.Read(); 5799reader.Read(); 5866reader.Read(); 5947reader.Read(); 6026reader.Read(); 6052reader.Read(); 6135reader.Read(); 6179reader.Read(); 6296reader.Read(); 6333reader.Read(); 6348reader.Read(); 6369reader.Read();
System\Data\SQLTypes\SqlXml.cs (3)
150reader.Read(); 191reader.Read(); 245reader.Read();
System\Data\XmlDataLoader.cs (21)
633_dataReader.Read(); 641_dataReader.Read(); // Not found? Read next element. 763_dataReader.Read(); // Advance to next element. 791_dataReader.Read(); // Continue to the next element. 816_dataReader.Read(); // We don't process that, skip to the next element. 821_dataReader.Read(); // Proceed to the next element. 968if (_dataReader.Read() && entryDepth < _dataReader.Depth) 991_dataReader.Read(); // Advance to next element. 1026_dataReader.Read(); // Not a table? Try next element. 1050_dataReader.Read(); // We don't process that, skip to the next element. 1055_dataReader.Read(); // We're done here, proceed to the next element. 1198while (_dataReader.Read() && (entryDepth < _dataReader.Depth)) ; 1200_dataReader.Read(); // And start reading next element. 1208_dataReader.Read(); // if UDT is wrapped, skip the wrapper 1230_dataReader.Read(); // if Wrapper is skipped, skip its end tag 1238if (_dataReader.Read() && entryDepth < _dataReader.Depth) 1255while (_dataReader.Read() && entryDepth < _dataReader.Depth && IsTextLikeNode(_dataReader.NodeType)) 1301_dataReader.Read(); // Already loaded, proceed to the next element 1329_dataReader.Read(); // No match? Try next element 1338_dataReader.Read(); // We don't process that, skip to the next element. 1343_dataReader.Read(); // We're done here. To the next element.
System\Data\XMLDiffLoader.cs (24)
27reader.Read(); // now the reader points to the error section 34reader.Read(); // pass the end of errors tag 64reader.Read(); // now the reader points to the error section 71reader.Read(); // pass the end of errors tag 85ssync.Read(); // pass the before node. 137ssync.Read(); // pass the before node. 187ssync.Read(); // pass the before node. 200ssync.Read(); // we may be inside a column 212ssync.Read(); 215ssync.Read(); 227ssync.Read(); // pass the before node. 254ssync.Read(); // we may be inside a column 266ssync.Read(); 269ssync.Read(); 350row.Read(); 361row.Read(); 383row.Read(); // consume the current node 384row.Read(); // now points to the next column 398row.Read(); // if UDT is wrapped, skip the wrapper 424row.Read(); // if Wrapper is skipped, skip its end tag 430row.Read(); 440row.Read(); // now points to the next column 452row.Read(); //now it should point to next row 461reader.Read();
System\Data\xmlsaver.cs (1)
3477return _xmlreader.Read();
System.IO.Packaging (13)
System\IO\Packaging\PackagingUtilities.cs (1)
34if (reader.Read() && reader.NodeType == XmlNodeType.XmlDeclaration && reader.Depth == 0)
System\IO\Packaging\PartBasedPackageProperties.cs (2)
515while (reader.Read() && reader.MoveToContent() != XmlNodeType.None) 641reader.Read();
System\IO\Packaging\XmlCompatibilityReader.cs (7)
148bool more = Reader.Read(); //passed as ref arg to ReadStartElement and ReadEndElement 237more = Reader.Read(); 307more = Reader.Read(); 319more = Reader.Read(); 1115more = Reader.Read(); 1219more = Reader.Read(); 1296more = Reader.Read();
System\IO\Packaging\XmlWrappingReader.cs (1)
97return _reader.Read();
System\IO\Packaging\ZipPackage.cs (2)
994while (reader.Read()) 1221reader.Read();
System.Private.DataContractSerialization (52)
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (1)
103reader.Read();
System\Runtime\Serialization\XmlReaderDelegator.cs (2)
178return reader.Read(); 182return reader.Read();
System\Runtime\Serialization\XmlSerializableReader.cs (1)
62return reader.Read();
System\Runtime\Serialization\XmlSerializableServices.cs (1)
35xmlReader.Read();
System\Xml\XmlBaseReader.cs (17)
854while (Read()); 1000Read(); 1188Read(); 1193Read(); 1205Read(); 1210Read(); 1233Read(); 1239Read(); 1245Read(); 1259Read(); 1282Read(); 1323Read(); 1363Read(); 1399Read(); 1729while (Read() && depth < Depth) 1735Read(); 1739Read();
System\Xml\XmlBinaryWriter.cs (2)
1197reader.Read(); 1218reader.Read();
System\Xml\XmlDictionaryReader.cs (24)
251Read(); 259Read(); 267Read(); 275Read(); 281Read(); 439Read(); 463if (!Read()) 484if (!Read()) 575if (!Read()) 580if (!Read()) 691Read(); 711Read(); 731Read(); 751Read(); 771Read(); 791Read(); 811Read(); 831Read(); 862Read(); 893Read(); 928Read(); 948Read(); 968Read(); 1513return _reader.Read();
System\Xml\XmlDictionaryWriter.cs (4)
315reader.Read(); 344reader.Read(); 371reader.Read(); 429if (!reader.Read())
System.Private.Xml (103)
System\Xml\Core\ReadContentAsBinaryHelper.cs (5)
247_reader.Read(); 280_reader.Read(); 294_reader.Read(); 407_reader.Read(); 445} while (_reader.Read());
System\Xml\Core\XmlAsyncCheckReader.cs (1)
502return _coreReader.Read();
System\Xml\Core\XmlCharCheckingReader.cs (1)
181if (!base.reader.Read())
System\Xml\Core\XmlReader.cs (29)
700if (!Read()) 713if (!Read()) 741} while (Read()); 752Read(); 764Read(); 782Read(); 802Read(); 808Read(); 812Read(); 840Read(); 844Read(); 872Read(); 876Read(); 889Read(); 921while (Read()) 942while (Read()) 981while (Read() && Depth > parentDepth) 1023while (Read() && Depth > parentDepth) 1112Read(); 1140while (Read() && d < Depth) 1183Read(); 1215Read(); 1393while (Read() && depth < Depth) 1400return Read(); 1404return Read(); 1505} while (AttributeCount != 0 ? ReadAttributeValue() : Read()); 1521Read(); 1532Read(); 1552Read();
System\Xml\Core\XmlSubtreeReader.cs (4)
491if (reader.Read()) 554reader.Read(); 557while (reader.Depth > _initialDepth && reader.Read()) 593if (reader.Read())
System\Xml\Core\XmlTextReaderImpl.cs (12)
1393while (_outerReader.Read() && _index > initialDepth) ; 1403_outerReader.Read(); 1569if (!_outerReader.Read()) 2227_outerReader.Read(); 2261_outerReader.Read(); 2295_outerReader.Read(); 5912_outerReader.Read(); 8265_outerReader.Read(); 8940_outerReader.Read(); 8956_outerReader.Read(); 8994} while (_outerReader.Read()); 9484_outerReader.Read();
System\Xml\Core\XmlValidatingReaderImpl.cs (4)
543if (_coreReader.Read()) 756if (!_outerReader.Read()) 969if (!_outerReader.Read()) 1055while (_outerReader.Read() && _coreReader.Depth > initialDepth) ;
System\Xml\Core\XmlWrappingReader.cs (1)
105return reader.Read();
System\Xml\Core\XmlWriter.cs (1)
418} while (reader.Read() && (d < reader.Depth || (d == reader.Depth && reader.NodeType == XmlNodeType.EndElement)));
System\Xml\Core\XmlWriterAsync.cs (1)
352} while (reader.Read() && (d < reader.Depth || (d == reader.Depth && reader.NodeType == XmlNodeType.EndElement)));
System\Xml\Core\XsdCachingReader.cs (4)
409if (_coreReader.Read()) 455return _coreReader.Read(); 548while (_coreReader.Read() && _coreReader.Depth > startDepth) 551_coreReader.Read();
System\Xml\Core\XsdValidatingReader.cs (5)
1412if (_coreReader.Read()) 2331if (_coreReader.Read()) 2519while (_coreReader.Read()) 2593while (_coreReader.Read()) 2654if (_coreReader.Read())
System\Xml\Dom\XmlLoader.cs (9)
48if (!_reader.Read()) 63if (!_reader.Read()) 81reader.Read(); 90reader.Read(); 233while (r.Read()); 361while (_reader.Read() && _reader.NodeType != XmlNodeType.EndEntity) 557while (r.Read()); 761while (_reader.Read() && (node = LoadNodeDirect()) != null) 769while (_reader.Read() && (node = LoadNode(true)) != null)
System\Xml\Schema\Inference\Infer.cs (4)
186while (_xtr.NodeType != XmlNodeType.Element && _xtr.Read()) ; 692_xtr.Read(); 782do { _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))); 958_xtr.Read();
System\Xml\Schema\Parser.cs (2)
52while (ParseReaderNode() && reader.Read()) { } 70while (reader.NodeType != XmlNodeType.Element && reader.Read()) { }
System\Xml\Schema\Preprocessor.cs (1)
387while (reader.Read()) ; // wellformness check
System\Xml\Schema\XmlSchemaSet.cs (1)
236while (reader.Read()) ; // wellformness check;
System\Xml\Schema\XmlSchemaValidator.cs (1)
1858while (Reader.Read()) ; // wellformness check
System\Xml\Serialization\XmlSerializationReader.cs (3)
1238_r.Read(); 1431_r.Read(); 1442Reader.Read();
System\Xml\Serialization\XmlSerializer.cs (1)
852xmlReader.Read();
System\Xml\XPath\XPathDocument.cs (2)
182if (topLevelReader && !reader.Read()) 286while (reader.Read());
System\Xml\XPath\XPathNavigator.cs (3)
1047while (validatingReader.Read()) 2036if (!reader.Read()) 2134while (reader.Read() && (level > 0));
System\Xml\Xsl\Xslt\XsltInput.cs (8)
257_reader.Read(); 260_reader.Read(); 398_reader.Read(); 420_reader.Read(); 424_reader.Read(); 475_reader.Read(); 479_reader.Read(); 509_reader.Read();
System.Private.Xml.Linq (10)
System\Xml\Linq\XComment.cs (1)
50r.Read();
System\Xml\Linq\XContainer.cs (2)
836while (cr.ReadContentFrom(this, r) && r.Read()) ; 849while (cr.ReadContentFromContainer(this, r) && r.Read()) ;
System\Xml\Linq\XDeclaration.cs (1)
66r.Read();
System\Xml\Linq\XDocument.cs (1)
425if (reader.ReadState == ReadState.Initial) reader.Read();
System\Xml\Linq\XDocumentType.cs (1)
52r.Read();
System\Xml\Linq\XElement.cs (2)
2020r.Read(); 2024r.Read();
System\Xml\Linq\XProcessingInstruction.cs (1)
55r.Read();
System\Xml\Linq\XText.cs (1)
42r.Read();
System.ServiceModel.Primitives (51)
Internals\System\Xml\XmlMtomReader.cs (3)
330bool retVal = _xmlReader.Read(); 359_xmlReader.Read(); 391retVal = _infosetReader.Read();
Internals\System\Xml\XmlMtomWriter.cs (3)
645while (contentTypeReader.Read()) 810reader.Read(); 834reader.Read();
System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
425reader.Read();
System\ServiceModel\Channels\Message.cs (6)
635reader.Read(); 643reader.Read(); 1304reader.Read(); 1692reader.Read(); 1711reader.Read(); 1851reader.Read();
System\ServiceModel\Channels\MessageFault.cs (5)
248reader.Read(); // Skip the detail element 624if (!reader.IsEmptyElement && reader.Read()) // check if the detail element contains data 651r.Read(); 686r.Read(); 697reader.Read(); // Skip the detail element
System\ServiceModel\Channels\MessageHeader.cs (2)
639reader.Read(); // Envelope 640reader.Read(); // Header
System\ServiceModel\Channels\MessageHeaders.cs (7)
68reader.Read(); 888reader.Read(); 897reader.Read(); 945} while (reader.Read() && depth < reader.Depth); 951reader.Read(); 958reader.Read(); 1322reader.Read();
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
2015reader.Read(); 2019reader.Read();
System\ServiceModel\Channels\WsrmFault.cs (1)
776headerReader.Read();
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
440reader.Read();
System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (1)
133reader.Read();
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (9)
583reader.Read(); 608reader.Read(); 829reader.Read(); 842reader.Read(); 855reader.Read(); 868reader.Read(); 881reader.Read(); 894reader.Read(); 907reader.Read();
System\ServiceModel\Dispatcher\StreamFormatter.cs (1)
411while (reader.Read())
System\ServiceModel\EndpointAddress.cs (3)
483reader.Read(); // consume the dummy wrapper element 1253reader.Read(); // consume the wrapper element 1287reader.Read(); // consume the wrapper element
System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
144reader.Read();
System\ServiceModel\Security\XmlHelper.cs (4)
145if (!reader.Read()) 231reader.Read(); 389reader.Read(); 403reader.Read();
System\ServiceModel\XmlUtil.cs (1)
151reader.Read();
System.Speech (14)
Internal\SrgsParser\XmlParser.cs (8)
67while (_reader.Read()) 1299reader.Read(); // Move to first child parent 1415reader.Read(); // Move to next sibling 1463reader.Read(); 1516reader.Read(); 1621reader.Read(); 1631reader.Read(); // Move to first child element 1664reader.Read(); // Move to next sibling
Internal\Synthesis\SSmlParser.cs (6)
43while (reader.Read()) 236reader.Read(); 260reader.Read(); 272reader.Read(); 279reader.Read(); 610reader.Read();