28 references to Initial
dotnet-svcutil-lib (28)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
57
ReadState.
Initial
,
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReader.cs (2)
178
if (base.reader.ReadState == ReadState.
Initial
)
377
return base.reader.ReadState == ReadState.Closed ? ReadState.Closed : ReadState.
Initial
;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
29
if (base.reader.ReadState == ReadState.
Initial
)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReader.cs (2)
1064
if (ReadState == ReadState.
Initial
)
1110
if (ReadState == ReadState.
Initial
)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (1)
49
Initial = ReadState.
Initial
,
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (4)
263
private ReadState _readState = ReadState.
Initial
;
2035
if (_readState != ReadState.
Initial
)
2192
if (_readState == ReadState.
Initial
)
2207
_readState = ReadState.
Initial
;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (2)
418
return (_parsingFunction == ParsingFunction.Init) ? ReadState.
Initial
: _coreReader.ReadState;
887
if (ReadState != ReadState.
Initial
)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (1)
1441
return (_validationState == ValidatingReaderState.Init) ? ReadState.
Initial
: _coreReader.ReadState;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
83
if (reader.ReadState == ReadState.
Initial
)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (5)
1160
_readState = ReadState.
Initial
;
1519
if (_readState == ReadState.
Initial
)
1556
if (_readState == ReadState.
Initial
|| _readState == ReadState.Interactive)
1566
if (_readState != ReadState.Interactive && _readState != ReadState.
Initial
)
1580
(((_readerNav.NodeType == XmlNodeType.Document) || (_readerNav.NodeType == XmlNodeType.DocumentFragment)) && _readState == ReadState.
Initial
));
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathDocument.cs (1)
185
topLevelReader = (reader.ReadState == ReadState.
Initial
);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (2)
2127
if (readState != ReadState.
Initial
2133
if (readState == ReadState.
Initial
)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (1)
806
return ReadState.
Initial
;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExtensionDataReader.cs (1)
30
private ReadState _readState = ReadState.
Initial
;
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
2375
ReadState.
Initial
,
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (1)
639
if (this.Node.ReadState != ReadState.
Initial
)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
405
if (reader.ReadState != ReadState.
Initial
)