10 writes to docState
System.Xml (10)
System\Xml\BinaryXml\XmlBinaryReader.cs (10)
370
this.
docState
= 0; break;
372
this.
docState
= 9; break;
374
this.
docState
= 1; break;
2681
this.
docState
= 9;
2685
this.
docState
= 3;
2743
this.
docState
= -1;
2762
this.
docState
= 2;
2809
this.
docState
= 0; // auto
2815
this.
docState
= nested.docState;
2875
this.
docState
= 9;
8 references to docState
System.Xml (8)
System\Xml\BinaryXml\XmlBinaryReader.cs (8)
393
switch (this.
docState
) {
2678
if (3 != this.
docState
|| 9 != this.
docState
) {
2679
switch (this.
docState
) {
2742
if (1 == index && 3 == this.
docState
)
2753
switch (this.
docState
) {
2807
this.prevNameInfo = new NestedBinXml(this.symbolTables, this.
docState
, this.prevNameInfo);
2873
switch (this.
docState
) {