34 writes to _state
System.Private.Xml (34)
System\Xml\Core\XmlCharCheckingReader.cs (19)
53
_state
= State.Initial;
165
_state
= State.Interactive;
177
_state
= State.Interactive;
407
_state
= State.InReadBinary;
426
_state
= State.Interactive;
432
_state
= State.InReadBinary;
450
_state
= State.InReadBinary;
469
_state
= State.Interactive;
475
_state
= State.InReadBinary;
498
_state
= State.InReadBinary;
517
_state
= State.Interactive;
523
_state
= State.InReadBinary;
545
_state
= State.InReadBinary;
564
_state
= State.Interactive;
570
_state
= State.InReadBinary;
580
_state
= State.Error;
586
_state
= State.Error;
616
_state
= State.Error;
628
_state
= State.Interactive;
System\Xml\Core\XmlCharCheckingReaderAsync.cs (15)
23
_state
= State.Interactive;
34
_state
= State.Interactive;
39
_state
= State.Interactive;
233
_state
= State.InReadBinary;
252
_state
= State.Interactive;
258
_state
= State.InReadBinary;
276
_state
= State.InReadBinary;
295
_state
= State.Interactive;
301
_state
= State.InReadBinary;
329
_state
= State.InReadBinary;
348
_state
= State.Interactive;
354
_state
= State.InReadBinary;
383
_state
= State.InReadBinary;
402
_state
= State.Interactive;
408
_state
= State.InReadBinary;
20 references to _state
System.Private.Xml (20)
System\Xml\Core\XmlCharCheckingReader.cs (14)
108
if (
_state
== State.InReadBinary)
117
if (
_state
== State.InReadBinary)
126
if (
_state
== State.InReadBinary)
135
if (
_state
== State.InReadBinary)
144
if (
_state
== State.InReadBinary)
153
if (
_state
== State.InReadBinary)
162
switch (
_state
)
188
Debug.Fail($"Unexpected state {
_state
}");
362
switch (
_state
)
378
if (
_state
== State.InReadBinary)
400
if (
_state
!= State.InReadBinary)
443
if (
_state
!= State.InReadBinary)
491
if (
_state
!= State.InReadBinary)
538
if (
_state
!= State.InReadBinary)
System\Xml\Core\XmlCharCheckingReaderAsync.cs (6)
20
switch (
_state
)
50
Debug.Fail($"Unexpected state {
_state
}");
226
if (
_state
!= State.InReadBinary)
269
if (
_state
!= State.InReadBinary)
322
if (
_state
!= State.InReadBinary)
376
if (
_state
!= State.InReadBinary)