55 writes to _state
dotnet-svcutil-lib (55)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (34)
101
_state
= State.Initial;
465
_state
= State.Interactive;
479
_state
= State.EndOfFile;
507
_state
= State.Interactive;
564
_state
= State.Closed;
598
_state
= State.EndOfFile;
623
_state
= State.Interactive;
662
_state
= State.Error;
678
_state
= State.Error;
694
_state
= State.Error;
710
_state
= State.Error;
726
_state
= State.Error;
742
_state
= State.Error;
758
_state
= State.Error;
774
_state
= State.Error;
790
_state
= State.Error;
806
_state
= State.Error;
875
_state
= State.ReadContentAsBase64;
882
_state
= State.Interactive;
929
_state
= State.Interactive;
935
_state
= State.EndOfFile;
1011
_state
= State.ReadContentAsBinHex;
1018
_state
= State.Interactive;
1064
_state
= State.Interactive;
1070
_state
= State.EndOfFile;
1281
_state
= State.PopNamespaceScope;
1285
_state
= State.PopNamespaceScope;
1320
_state
= State.ClearNsAttributes;
1381
_state
= binaryState;
1405
_state
= State.Interactive;
1411
_state
= State.EndOfFile;
1433
_state
= State.Interactive;
1439
_state
= State.EndOfFile;
1553
_state
= State.PopNamespaceScope;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReaderAsync.cs (21)
39
_state
= State.Interactive;
53
_state
= State.EndOfFile;
81
_state
= State.Interactive;
135
_state
= State.EndOfFile;
160
_state
= State.Interactive;
199
_state
= State.Error;
215
_state
= State.Error;
231
_state
= State.Error;
292
_state
= State.ReadContentAsBase64;
299
_state
= State.Interactive;
346
_state
= State.Interactive;
352
_state
= State.EndOfFile;
428
_state
= State.ReadContentAsBinHex;
435
_state
= State.Interactive;
481
_state
= State.Interactive;
487
_state
= State.EndOfFile;
585
_state
= binaryState;
609
_state
= State.Interactive;
615
_state
= State.EndOfFile;
637
_state
= State.Interactive;
643
_state
= State.EndOfFile;
43 references to _state
dotnet-svcutil-lib (43)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (29)
203
return
_state
== State.EndOfFile ||
_state
== State.Closed;
217
if ((int)
_state
<= (int)State.Closed)
219
return (ReadState)(int)
_state
;
461
switch (
_state
)
534
if (
_state
== State.Closed)
541
if (
_state
!= State.EndOfFile)
571
switch (
_state
)
821
switch (
_state
)
900
switch (
_state
)
957
switch (
_state
)
1036
switch (
_state
)
1100
switch (
_state
)
1319
Debug.Assert(
_state
== State.ClearNsAttributes ||
_state
== State.Interactive ||
_state
== State.PopNamespaceScope);
1380
Debug.Assert(
_state
== State.Interactive);
1387
Debug.Assert(
_state
== State.ReadElementContentAsBase64 ||
_state
== State.ReadElementContentAsBinHex);
1390
if (
_state
== State.ReadElementContentAsBase64)
1421
Debug.Assert(
_state
== State.ReadContentAsBase64 ||
_state
== State.ReadContentAsBinHex);
1424
if (
_state
== State.ReadContentAsBase64)
1463
return 0 != (AttributeActiveStates & (1 << (int)
_state
));
1484
return 0 != (NamespaceActiveStates & (1 << (int)
_state
));
1506
switch (
_state
)
1541
Debug.Assert(
_state
== State.Interactive ||
1542
_state
== State.PopNamespaceScope ||
1543
_state
== State.ClearNsAttributes);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReaderAsync.cs (14)
35
switch (
_state
)
108
switch (
_state
)
238
switch (
_state
)
317
switch (
_state
)
374
switch (
_state
)
453
switch (
_state
)
509
switch (
_state
)
584
Debug.Assert(
_state
== State.Interactive);
591
Debug.Assert(
_state
== State.ReadElementContentAsBase64 ||
_state
== State.ReadElementContentAsBinHex);
594
if (
_state
== State.ReadElementContentAsBase64)
625
Debug.Assert(
_state
== State.ReadContentAsBase64 ||
_state
== State.ReadContentAsBinHex);
628
if (
_state
== State.ReadContentAsBase64)