2 writes to symtable
System.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
219
this.
symtable
= new string[64];
1674
this.symbolTables.
symtable
= symtable = n;
6 references to symtable
System.Xml (6)
System\Xml\BinaryXml\XmlBinaryReader.cs (6)
221
this.
symtable
[0] = String.Empty;
1670
string[] symtable = this.symbolTables.
symtable
;
1690
string[] symtable = this.symbolTables.
symtable
;
1726
Array.Clear(this.symbolTables.
symtable
, 1, this.symbolTables.
symtable
.Length - 1);
2785
this.qnameOther.localname = this.symbolTables.
symtable
[ReadNameRef()];