18 writes to state
System.Xml (18)
System\Xml\BinaryXml\XmlBinaryReader.cs (18)
329
this.
state
= ScanState.Init;
724
this.
state
= ScanState.Doc;
756
this.
state
= ScanState.AttrVal;
761
this.
state
= ScanState.AttrValPseudoValue;
779
this.
state
= ScanState.Closed;
833
this.
state
= ScanState.Doc;
850
this.
state
= ScanState.Error;
854
this.
state
= ScanState.Error;
2118
this.
state
= ScanState.Attr;
2234
this.
state
= ScanState.Doc;
2270
this.
state
= ScanState.Error;
2495
this.
state
= ScanState.EOF;
2847
this.
state
= ScanState.Doc;
2851
this.
state
= ScanState.XmlText;
3586
this.
state
= ScanState.Error;
3974
this.
state
= ScanState.Error;
3985
this.
state
= ScanState.Error;
3990
this.
state
= ScanState.Error;
28 references to state
System.Xml (28)
System\Xml\BinaryXml\XmlBinaryReader.cs (28)
439
if (ScanState.XmlText == this.
state
)
450
switch (this.
state
) {
488
switch (this.
state
) {
524
switch (this.
state
) {
536
if (ScanState.XmlText != this.
state
) {
552
if (ScanState.XmlText != this.
state
) {
574
switch (this.
state
) {
593
if (ScanState.XmlText == this.
state
) {
609
if (ScanState.XmlText == this.
state
) {
621
if (ScanState.XmlText == this.
state
) {
632
if (ScanState.XmlText == this.
state
) {
641
if ((-1 != index) && (this.
state
< ScanState.Init)) {
650
if (ScanState.XmlText == this.
state
) {
655
if ((-1 != index) && (this.
state
< ScanState.Init)) {
664
if (ScanState.XmlText == this.
state
) {
677
if (ScanState.XmlText == this.
state
) {
690
switch (this.
state
) {
709
switch (this.
state
) {
739
return this.
state
== ScanState.EOF;
745
switch (this.
state
) {
800
if (ScanState.XmlText == this.
state
)
816
return ScanState2ReadState[(int)this.
state
];
822
switch (this.
state
) {
873
switch (this.
state
) {
904
if (this.
state
== ScanState.Doc) {
1597
if (ScanState.XmlText == this.
state
) {
1628
if (ScanState.XmlText == this.
state
) {
2113
if (this.
state
== ScanState.Doc) {