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 ||
93
private int NumbersOffset { get { return RoundUpToEven(BooleansOffset +
_boolSectionNumBytes
); } } // after the Booleans section, at an even position