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 || 102private int StringsTableOffset { get { return StringOffsetsOffset + (_stringSectionNumOffsets * 2); } } 112if (index >= _stringSectionNumOffsets)