40 references to Initial
PresentationFramework (3)
MS\Internal\Annotations\Serializer.cs (1)
91
if (reader.ReadState == ReadState.
Initial
)
System\Windows\Markup\BamlReader.cs (2)
161
_readState = ReadState.
Initial
;
510
if(_readState == ReadState.
Initial
)
System.Data.Common (3)
System\Data\SQLTypes\SqlXml.cs (3)
149
if (reader.ReadState == ReadState.
Initial
)
190
if (reader.ReadState == ReadState.
Initial
)
244
if (reader.ReadState == ReadState.
Initial
)
System.IO.Packaging (1)
System\IO\Packaging\PackagingUtilities.cs (1)
31
Debug.Assert(reader != null && reader.ReadState == ReadState.
Initial
);
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
33
private ReadState _readState = ReadState.
Initial
;
System\Xml\XmlBaseReader.cs (1)
2530
ReadState.
Initial
,
System\Xml\XmlUTF8TextReader.cs (1)
619
if (this.Node.ReadState != ReadState.
Initial
)
System.Private.Xml (27)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
53
ReadState.
Initial
,
System\Xml\Core\XmlCharCheckingReader.cs (2)
166
if (base.reader.ReadState == ReadState.
Initial
)
365
return base.reader.ReadState == ReadState.Closed ? ReadState.Closed : ReadState.
Initial
;
System\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
24
if (base.reader.ReadState == ReadState.
Initial
)
System\Xml\Core\XmlReader.cs (2)
962
if (ReadState == ReadState.
Initial
)
1003
if (ReadState == ReadState.
Initial
)
System\Xml\Core\XmlSubtreeReader.cs (1)
50
Initial = ReadState.
Initial
,
System\Xml\Core\XmlTextReaderImpl.cs (4)
252
private ReadState _readState = ReadState.
Initial
;
1968
if (_readState != ReadState.
Initial
)
2130
if (_readState == ReadState.
Initial
)
2146
_readState = ReadState.
Initial
;
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
417
return (_parsingFunction == ParsingFunction.Init) ? ReadState.
Initial
: _coreReader.ReadState;
887
if (ReadState != ReadState.
Initial
)
System\Xml\Core\XsdValidatingReader.cs (1)
1503
return (_validationState == ValidatingReaderState.Init) ? ReadState.
Initial
: _coreReader.ReadState;
System\Xml\Dom\XmlLoader.cs (1)
79
if (reader.ReadState == ReadState.
Initial
)
System\Xml\Dom\XmlNodeReader.cs (5)
1150
_readState = ReadState.
Initial
;
1509
if (_readState == ReadState.
Initial
)
1544
if (_readState == ReadState.
Initial
|| _readState == ReadState.Interactive)
1554
if (_readState != ReadState.Interactive && _readState != ReadState.
Initial
)
1568
(((_readerNav.NodeType == XmlNodeType.Document) || (_readerNav.NodeType == XmlNodeType.DocumentFragment)) && _readState == ReadState.
Initial
));
System\Xml\XPath\XPathDocument.cs (1)
174
topLevelReader = (reader.ReadState == ReadState.
Initial
);
System\Xml\XPath\XPathNavigator.cs (2)
2028
if (readState != ReadState.
Initial
2034
if (readState == ReadState.
Initial
)
System\Xml\XPath\XPathNavigatorReader.cs (1)
801
return ReadState.
Initial
;
System\Xml\Xsl\Xslt\XsltInput.cs (1)
52
_topLevelReader = reader.ReadState == ReadState.
Initial
;
System\Xml\Xsl\XsltOld\ReaderOutput.cs (2)
33
private ReadState _state = ReadState.
Initial
;
312
if (_state == ReadState.
Initial
)
System.Private.Xml.Linq (3)
System\Xml\Linq\XDocument.cs (2)
425
if (reader.ReadState == ReadState.
Initial
) reader.Read();
464
if (reader.ReadState == ReadState.
Initial
)
System\Xml\Linq\XNodeReader.cs (1)
847
case ReadState.
Initial
: