2 writes to symtable
System.Private.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
228
this.
symtable
= new string[64];
1903
_symbolTables.
symtable
= symtable = n;
6 references to symtable
System.Private.Xml (6)
System\Xml\BinaryXml\XmlBinaryReader.cs (6)
230
this.
symtable
[0] = string.Empty;
1898
string[] symtable = _symbolTables.
symtable
;
1921
string[] symtable = _symbolTables.
symtable
;
1962
Array.Clear(_symbolTables.
symtable
, 1, _symbolTables.
symtable
.Length - 1);
3150
_qnameOther.localname = _symbolTables.
symtable
[ReadNameRef()];