1 write to _stringSectionNumOffsets
System.Console (1)
System\TermInfo.Database.cs (1)
59
_stringSectionNumOffsets
= ReadInt16(data, 8);
3 references to _stringSectionNumOffsets
System.Console (3)
System\TermInfo.Database.cs (3)
64
_stringSectionNumOffsets
< 0 ||
102
private int StringsTableOffset { get { return StringOffsetsOffset + (
_stringSectionNumOffsets
* 2); } }
112
if (index >=
_stringSectionNumOffsets
)