3 references to _table
WindowsBase (3)
Base\MS\Internal\IO\Packaging\XmlStringTable.cs (3)
36Debug.Assert((int)ID._IllegalValue == _table.Length - 1, "ID enumeration should match TableEntry array - verify edits are matching"); 38Debug.Assert(i == _table[(int)i].id, "table enum out of order - verify order"); 39return _table[(int)i].s;