46 references to Initial
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Serializer.cs (1)
99
if (reader.ReadState == ReadState.
Initial
)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
180
_readState = ReadState.
Initial
;
529
if(_readState == ReadState.
Initial
)
System.Data (4)
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
10375
if (feed._source.ReadState == ReadState.
Initial
) {
fx\src\data\System\Data\SQLTypes\SqlXml.cs (3)
165
if (reader.ReadState == ReadState.
Initial
)
201
if (reader.ReadState == ReadState.
Initial
)
251
if (reader.ReadState == ReadState.
Initial
)
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\XsltInput.cs (1)
56
this.topLevelReader = reader.ReadState == ReadState.
Initial
;
System\Xml\Xsl\XsltOld\ReaderOutput.cs (2)
38
private ReadState state = ReadState.
Initial
;
268
if (this.state == ReadState.
Initial
) {
System.Runtime.Serialization (5)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
37
ReadState readState = ReadState.
Initial
;
System\Xml\XmlBaseReader.cs (1)
2657
ReadState.
Initial
,
System\Xml\XmlMtomReader.cs (2)
1099
this.readState = ReadState.
Initial
;
1127
case ReadState.
Initial
:
System\Xml\XmlUTF8TextReader.cs (1)
380
if (this.Node.ReadState != ReadState.
Initial
)
System.ServiceModel (2)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (2)
1740
if (reader.ReadState == ReadState.
Initial
)
1768
if (reader.ReadState == ReadState.
Initial
)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\XmlByteStreamReader.cs (1)
152
return ReadState.
Initial
;
System.Web.Services (1)
System\Web\Services\Description\ServiceDescription.cs (1)
373
if (reader.ReadState != ReadState.
Initial
) {
System.Xml (24)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
55
ReadState.
Initial
,
System\Xml\Core\XmlCharCheckingReader.cs (2)
153
if ( base.reader.ReadState == ReadState.
Initial
) {
319
return base.reader.ReadState == ReadState.Closed ? ReadState.Closed : ReadState.
Initial
;
System\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
21
if ( base.reader.ReadState == ReadState.
Initial
) {
System\Xml\Core\XmlReader.cs (2)
918
if (ReadState == ReadState.
Initial
) {
955
if (ReadState == ReadState.
Initial
) {
System\Xml\Core\XmlSubtreeReader.cs (1)
45
Initial = ReadState.
Initial
,
System\Xml\Core\XmlTextReaderImpl.cs (4)
284
ReadState readState = ReadState.
Initial
;
1869
if ( readState != ReadState.
Initial
) {
1994
if ( readState == ReadState.
Initial
) {
2007
readState = ReadState.
Initial
;
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
358
return ( parsingFunction == ParsingFunction.Init ) ? ReadState.
Initial
: coreReader.ReadState;
745
if ( ReadState != ReadState.
Initial
) {
System\Xml\Core\XsdValidatingReader.cs (1)
1171
return (validationState == ValidatingReaderState.Init) ? ReadState.
Initial
: coreReader.ReadState;
System\Xml\Dom\XmlLoader.cs (1)
73
if( reader.ReadState == ReadState.
Initial
) {
System\Xml\Dom\XmlNodeReader.cs (5)
976
readState = ReadState.
Initial
;
1279
if ( readState == ReadState.
Initial
) {
1309
if ( readState == ReadState.
Initial
|| readState == ReadState.Interactive )
1318
if ( readState != ReadState.Interactive && readState != ReadState.
Initial
) {
1331
( ( ( readerNav.NodeType == XmlNodeType.Document ) || ( readerNav.NodeType == XmlNodeType.DocumentFragment ) ) && readState == ReadState.
Initial
) );
System\Xml\XPath\XPathDocument.cs (1)
165
topLevelReader = (reader.ReadState == ReadState.
Initial
);
System\Xml\XPath\XPathNavigator.cs (2)
1785
if (readState != ReadState.
Initial
1790
if ( readState == ReadState.
Initial
) {
System\Xml\XPath\XPathNavigatorReader.cs (1)
690
return ReadState.
Initial
;
System.Xml.Linq (2)
System\Xml\Linq\XLinq.cs (2)
5714
if (reader.ReadState == ReadState.
Initial
) reader.Read();
8717
case ReadState.
Initial
:
WindowsBase (1)
Shared\MS\Internal\IO\Packaging\PackagingUtilities.cs (1)
69
Invariant.Assert(reader != null && reader.ReadState == ReadState.
Initial
);