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