private int GetInt32() { DiagnosticUtility.DebugAssert(_type == ValueHandleType.Int32, ""); return(_bufferReader.GetInt32(_offset)); }