1 write to _boolSectionNumBytes
System.Console (1)
System\TermInfo.Database.cs (1)
57_boolSectionNumBytes = ReadInt16(data, 4);
2 references to _boolSectionNumBytes
System.Console (2)
System\TermInfo.Database.cs (2)
62_boolSectionNumBytes < 0 || 93private int NumbersOffset { get { return RoundUpToEven(BooleansOffset + _boolSectionNumBytes); } } // after the Booleans section, at an even position