17 overrides of Read
dotnet-svcutil-lib (17)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
944public override bool Read()
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAsyncCheckReader.cs (1)
522public override bool Read()
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReader.cs (1)
247public override bool Read()
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
1225public override bool Read()
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReader.cs (1)
181public override bool Read()
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (1)
539public override bool Read()
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingReader.cs (1)
108public override bool Read()
FrameworkFork\Microsoft.Xml\Xml\Core\XsdCachingReader.cs (1)
411public override bool Read()
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (1)
1348public override bool Read()
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (1)
1510public override bool Read()
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCountingReader.cs (1)
88public override bool Read()
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (1)
973public override bool Read()
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExtensionDataReader.cs (1)
290public override bool Read()
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableReader.cs (1)
52public override bool Read()
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
356public override bool Read()
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
1392public override bool Read()
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (1)
1307public override bool Read()
193 references to Read
dotnet-svcutil-lib (193)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (3)
957if (_textXmlReader.Read()) 3238if (!_textXmlReader.Read() 3240&& !_textXmlReader.Read()))
FrameworkFork\Microsoft.Xml\Xml\Core\ReadContentAsBinaryHelper.cs (5)
304_reader.Read(); 337_reader.Read(); 351_reader.Read(); 464_reader.Read(); 502} while (_reader.Read());
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAsyncCheckReader.cs (1)
525return _coreReader.Read();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReader.cs (1)
193if (!base.reader.Read())
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReader.cs (29)
791else if (!this.Read()) 804if (!this.Read()) 832} while (Read()); 843Read(); 855Read(); 873Read(); 893Read(); 899Read(); 903Read(); 931Read(); 935Read(); 963Read(); 967Read(); 979Read(); 1015while (Read()) 1042while (Read()) 1083while (Read() && Depth > parentDepth) 1130while (Read() && Depth > parentDepth) 1231Read(); 1262while (this.Read() && (d < this.Depth)) 1305Read(); 1336Read(); 1529while (Read() && depth < Depth) 1536return Read(); 1540return Read(); 1648} while ((this.AttributeCount != 0) ? this.ReadAttributeValue() : this.Read()); 1664this.Read(); 1674this.Read(); 1690this.Read();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (4)
485if (reader.Read()) 548reader.Read(); 551while (reader.Depth > _initialDepth && reader.Read()) 587if (reader.Read())
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (12)
1401while (_outerReader.Read() && _index > initialDepth) ; 1411_outerReader.Read(); 1576if (!_outerReader.Read()) 2292_outerReader.Read(); 2329_outerReader.Read(); 2366_outerReader.Read(); 6021_outerReader.Read(); 8385_outerReader.Read(); 9048_outerReader.Read(); 9062_outerReader.Read(); 9099} while (_outerReader.Read()); 9590_outerReader.Read();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (4)
544if (_coreReader.Read()) 757if (!_outerReader.Read()) 968if (!_outerReader.Read()) 1052while (_outerReader.Read() && _coreReader.Depth > initialDepth) ;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingReader.cs (1)
110return reader.Read();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs (1)
467} while (reader.Read() && (d < reader.Depth || (d == reader.Depth && reader.NodeType == XmlNodeType.EndElement)));
FrameworkFork\Microsoft.Xml\Xml\Core\XsdCachingReader.cs (4)
421if (_coreReader.Read()) 467return _coreReader.Read(); 560while (_coreReader.Read() && _coreReader.Depth > startDepth) 563_coreReader.Read();
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (5)
1353if (_coreReader.Read()) 2216if (_coreReader.Read()) 2392while (_coreReader.Read()) 2456while (_coreReader.Read()) 2509if (_coreReader.Read())
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (9)
52if (!_reader.Read()) 67if (!_reader.Read()) 85reader.Read(); 93reader.Read(); 241while (r.Read()); 367while (_reader.Read() && _reader.NodeType != XmlNodeType.EndEntity) 562while (r.Read()); 770while (_reader.Read() && (node = LoadNodeDirect()) != null) 778while (_reader.Read() && (node = LoadNode(true)) != null)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (4)
209while (_xtr.NodeType != XmlNodeType.Element && _xtr.Read()) ; 710_xtr.Read(); 800do { _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))); 977_xtr.Read();
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (2)
56while (ParseReaderNode() && reader.Read()) { } 74while (reader.NodeType != XmlNodeType.Element && reader.Read()) { }
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
406while (reader.Read()) ;// wellformness check
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (1)
349while (reader.Read()) ;// wellformness check
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
343while (reader.Read()) ;// wellformness check;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
1874while (Reader.Read()) ;// wellformness check
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (1)
610while (reader.Read()) ;// wellformness check
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCountingReader.cs (1)
91return _innerReader.Read();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (3)
1273_r.Read(); 1491_r.Read(); 1502Reader.Read();
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathDocument.cs (2)
193if (topLevelReader && !reader.Read()) 297while (reader.Read());
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (3)
1106while (validatingReader.Read()) 2135if (!reader.Read()) 2234while (reader.Read() && (level > 0));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExceptionDataContract.cs (1)
867if (!_reader.Read())
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlReaderDelegator.cs (2)
186return reader.Read(); 190return reader.Read();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableReader.cs (1)
63return reader.Read();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableServices.cs (1)
38xmlReader.Read();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (14)
875while (Read()); 1014Read(); 1209Read(); 1214Read(); 1224Read(); 1230Read(); 1236Read(); 1250Read(); 1273Read(); 1314Read(); 1356Read(); 1684while (Read() && depth < Depth) 1690Read(); 1694Read();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (2)
1169reader.Read(); 1193reader.Read();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (22)
190Read(); 198Read(); 206Read(); 214Read(); 220Read(); 380Read(); 467if (!Read()) 472if (!Read()) 583Read(); 603Read(); 623Read(); 643Read(); 663Read(); 683Read(); 703Read(); 723Read(); 754Read(); 785Read(); 820Read(); 840Read(); 860Read(); 1394return _reader.Read();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (4)
281reader.Read(); 310reader.Read(); 337reader.Read(); 396if (!reader.Read())
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
426reader.Read();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (6)
560reader.Read(); 568reader.Read(); 1207reader.Read(); 1556reader.Read(); 1569reader.Read(); 1682reader.Read();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (5)
215reader.Read(); // Skip the detail element 544if (!reader.IsEmptyElement && reader.Read()) // check if the detail element contains data 568r.Read(); 601r.Read(); 610reader.Read(); // Skip the detail element
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeader.cs (2)
582reader.Read(); // Envelope 583reader.Read(); // Header
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (7)
65reader.Read(); 775reader.Read(); 779reader.Read(); 817} while (reader.Read() && depth < reader.Depth); 823reader.Read(); 830reader.Read(); 1171reader.Read();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
783reader.Read();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
353reader.Read();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (1)
128reader.Read();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (9)
460reader.Read(); 482reader.Read(); 684reader.Read(); 697reader.Read(); 710reader.Read(); 723reader.Read(); 736reader.Read(); 749reader.Read(); 762reader.Read();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\StreamFormatter.cs (1)
303while (reader.Read())
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (3)
513reader.Read(); // consume the dummy wrapper element 1326reader.Read(); // consume the wrapper element 1360reader.Read(); // consume the wrapper element
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (2)
216reader.Read(); 383reader.Read();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
150reader.Read();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\XmlHelper.cs (4)
144if (!reader.Read()) 230reader.Read(); 388reader.Read(); 402reader.Read();
FrameworkFork\System.ServiceModel\System\ServiceModel\XmlUtil.cs (1)
132reader.Read();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
408validatingReader.Read();
Metadata\ServiceDescriptor.cs (1)
134reader.Read();