8 writes to readState
System.Xml (8)
System\Xml\Core\XmlTextReaderImpl.cs (6)
1175
readState
= ReadState.Interactive;
1179
readState
= ReadState.Interactive;
2007
readState
= ReadState.Initial;
2526
readState
= ReadState.Error;
3260
readState
= ReadState.Closed;
6996
readState
= ReadState.EndOfFile;
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
166
readState
= ReadState.Interactive;
260
readState
= ReadState.Interactive;
19 references to readState
System.Xml (19)
System\Xml\Core\XmlTextReaderImpl.cs (13)
973
return
readState
;
1287
if (
readState
!= ReadState.Interactive )
1357
if (
readState
!= ReadState.Interactive || curAttrIndex < 0 ) {
1540
if (
readState
!= ReadState.Interactive ) {
1588
if (
readState
!= ReadState.Interactive ) {
1635
if (
readState
!= ReadState.Interactive ) {
1683
if (
readState
!= ReadState.Interactive ) {
1733
if (
readState
!= ReadState.Interactive ) {
1869
if (
readState
!= ReadState.Initial ) {
1901
if (
readState
== ReadState.Closed ) {
1915
return (
readState
== ReadState.Interactive ) ? reportedEncoding : null;
1927
if (
readState
== ReadState.Closed ) {
1994
if (
readState
== ReadState.Initial ) {
System\Xml\Core\XmlTextReaderImplAsync.cs (6)
291
if (
readState
!= ReadState.Interactive )
387
if (
readState
!= ReadState.Interactive ) {
442
if (
readState
!= ReadState.Interactive ) {
505
if (
readState
!= ReadState.Interactive ) {
560
if (
readState
!= ReadState.Interactive ) {
605
if (
readState
!= ReadState.Interactive ) {