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